NW4F Sys
Loading...
Searching...
No Matches
nw::math::Transform3 Struct Reference

#include <math_Transform.h>

Inherits nw::math::Transform3_.

Public Types

typedef Transform3 self_type
typedef f32 value_type

Public Member Functions

 Transform3 ()
 Transform3 (const Transform3_ &t)
 Transform3 (const VEC3 &s, const VEC3 &r, const VEC3 &t)
bool operator== (const self_type &rhs) const
bool operator!= (const self_type &rhs) const

Additional Inherited Members

Public Attributes inherited from nw::math::Transform3_
VEC3 scale
VEC3 rotate
VEC3 translate

Member Typedef Documentation

◆ self_type

◆ value_type

Constructor & Destructor Documentation

◆ Transform3() [1/3]

nw::math::Transform3::Transform3 ( )
inline

◆ Transform3() [2/3]

nw::math::Transform3::Transform3 ( const Transform3_ & t)
inlineexplicit

◆ Transform3() [3/3]

nw::math::Transform3::Transform3 ( const VEC3 & s,
const VEC3 & r,
const VEC3 & t )
inline

Member Function Documentation

◆ operator==()

bool nw::math::Transform3::operator== ( const self_type & rhs) const
inline

◆ operator!=()

bool nw::math::Transform3::operator!= ( const self_type & rhs) const
inline