Public Member Functions | |
| constexpr | t3dV3F (float _x, float _y, float _z) |
| t3dV3F (const Math::Vector3d &vector) | |
| t3dV3F (Common::SeekableReadStream &stream) | |
| t3dV3F | operator+ (const t3dV3F &rhs) const |
| t3dV3F | operator- (const t3dV3F &rhs) const |
| t3dV3F | operator- () const |
| t3dV3F | operator* (float scalar) const |
| t3dV3F & | operator*= (float scalar) |
| bool | operator== (const t3dV3F &rhs) const |
| bool | operator!= (const t3dV3F &rhs) const |
Static Public Member Functions | |
| static t3dV3F | fromStreamAsBytes (Common::SeekableReadStream &stream) |
Public Attributes | |
| t3dF32 | x = 0.0f |
| t3dF32 | y = 0.0f |
| t3dF32 | z = 0.0f |