Banuba SDK
Public Member Functions | Public Attributes | List of all members
bnb::point3d Union Reference

Public Member Functions

void clear ()
 
float sum ()
 
point3d sqr () const noexcept
 
point3d operator/ (const point3d &p) const noexcept
 
point3d operator/ (float f) const noexcept
 
point3d operator* (const point3d &p) const noexcept
 
point3d operator* (float a) const noexcept
 
point3d operator- (const point3d &p) const noexcept
 
point3d operator+ (const point3d &p) const noexcept
 

Public Attributes

struct {
   float   x
 
   float   y
 
   float   z
 
}; 
 
float data [3]
 

Detailed Description

Definition at line 96 of file base_types.hpp.


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