TSScale Struct Reference

#include <tsTransform.h>

List of all members.


Detailed Description

class to handle general scaling case

transform = rot * scale * inv(rot)


Public Member Functions

void identity ()
S32 operator== (const TSScale &other) const

Public Attributes

QuatF mRotate
Point3F mScale


Member Function Documentation

void TSScale::identity (  )  [inline]

S32 TSScale::operator== ( const TSScale other  )  const [inline]


Member Data Documentation