ScummVM API documentation
Tetraedge::TeVector3f32 Class Reference
Inheritance diagram for Tetraedge::TeVector3f32:

Public Member Functions

 TeVector3f32 (float x_, float y_, float z_)
 
 TeVector3f32 (const TeVector3f32 &other)
 
 TeVector3f32 (const Math::Vector3d &v)
 
TeVector3f32operator= (const TeVector3f32 &other)
 
 TeVector3f32 (const TeVector2s32 &vec2d)
 
float squaredLength () const
 
bool parse (const Common::String &val)
 
Common::String dump () const
 
void rotate (const TeQuaternion &rot)
 
TeVector3f32 operator- ()
 

Static Public Member Functions

static void deserialize (Common::ReadStream &stream, TeVector3f32 &dest)
 
static void serialize (Common::WriteStream &stream, const TeVector3f32 &src)
 

Member Function Documentation

◆ parse()

bool Tetraedge::TeVector3f32::parse ( const Common::String val)

Parse comma-separated values


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