Public Member Functions | Public Attributes | List of all members
float3 Struct Reference

#include <example.hpp>

Public Member Functions

void add (float t1, float t2, float t3)
 
float3 operator* (float t)
 
void operator*= (float t)
 
float3 operator- (float t)
 
void operator= (float3 other)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

Definition at line 35 of file example.hpp.

Member Function Documentation

void float3::add ( float  t1,
float  t2,
float  t3 
)
inline

Definition at line 61 of file example.hpp.

float3 float3::operator* ( float  t)
inline

Definition at line 37 of file example.hpp.

void float3::operator*= ( float  t)
inline

Definition at line 47 of file example.hpp.

float3 float3::operator- ( float  t)
inline

Definition at line 42 of file example.hpp.

void float3::operator= ( float3  other)
inline

Definition at line 54 of file example.hpp.

Member Data Documentation

float float3::x

Definition at line 36 of file example.hpp.

float float3::y

Definition at line 36 of file example.hpp.

float float3::z

Definition at line 36 of file example.hpp.


The documentation for this struct was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:31