![]() |
Banuba SDK
|
Public Member Functions | |
float | sum () |
point2d | sqr () const noexcept |
point2d | operator/ (const point2d &p) const noexcept |
point2d | operator/ (float f) const noexcept |
point2d | operator* (float a) const noexcept |
point2d | operator+ (float a) const noexcept |
point2d | operator* (const point2d &p) const noexcept |
point2d | operator- (const point2d &p) const noexcept |
point2d | operator+ (const point2d &p) const noexcept |
Public Attributes | |
struct { | |
float x | |
float y | |
}; | |
float | data [2] |
Definition at line 42 of file base_types.hpp.