![]() |
Banuba SDK
|
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] |
Definition at line 96 of file base_types.hpp.