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

#include <math_Transform.h>

Inherits nw::math::Transform2_.

Public Types

typedef Transform2 self_type
typedef f32 value_type

Public Member Functions

 Transform2 ()
 Transform2 (const Transform2_ &t)
 Transform2 (const VEC2 &s, const VEC2 &r, const VEC2 &t)
bool operator== (const self_type &rhs) const
bool operator!= (const self_type &rhs) const

Additional Inherited Members

Public Attributes inherited from nw::math::Transform2_
VEC2 scale
VEC2 rotate
VEC2 translate

Member Typedef Documentation

◆ self_type

◆ value_type

Constructor & Destructor Documentation

◆ Transform2() [1/3]

nw::math::Transform2::Transform2 ( )
inline

◆ Transform2() [2/3]

nw::math::Transform2::Transform2 ( const Transform2_ & t)
inlineexplicit

◆ Transform2() [3/3]

nw::math::Transform2::Transform2 ( const VEC2 & s,
const VEC2 & r,
const VEC2 & t )
inline

Member Function Documentation

◆ operator==()

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

◆ operator!=()

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