Arty
Public Member Functions | List of all members
rgb Struct Reference
Inheritance diagram for rgb:
float3

Public Member Functions

 rgb (const float3 &rgb)
 
 rgb (float r, float g, float b)
 
 rgb (float x)
 
 rgb (const rgba &rgba)
 
rgboperator+= (const rgb &p)
 
rgboperator+= (const Atom< rgb > &atom)
 
- Public Member Functions inherited from float3
 float3 (float x)
 
 float3 (const float4 &xyz)
 
 float3 (float x, float y, float z)
 
 float3 (const float2 &xy, float z)
 
 float3 (float x, const float2 &yz)
 
bool operator== (const float3 &other) const
 
bool operator!= (const float3 &other) const
 
float operator[] (size_t i) const
 
float & operator[] (size_t i)
 
float3operator+= (const float3 &a)
 
float3operator-= (const float3 &a)
 
float3operator*= (float a)
 
float3operator*= (const float3 &a)
 

Additional Inherited Members

- Public Attributes inherited from float3
union {
   struct {
      float   x
 
      float   y
 
      float   z
 
   } 
 
   float   values [3]
 
}; 
 

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