ScummVM API documentation
Watchmaker::t3dV3F Struct Reference

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
 
t3dV3Foperator*= (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
 

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