mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +00:00
Simple pass over the codebase to standardize the platform types.
This commit is contained in:
parent
c75d6feb20
commit
4c35fd37af
189 changed files with 824 additions and 824 deletions
|
|
@ -55,8 +55,8 @@ public:
|
|||
QuatF& set( const AngAxisF & a );
|
||||
QuatF& set( const EulerF & e );
|
||||
|
||||
int operator ==( const QuatF & c ) const;
|
||||
int operator !=( const QuatF & c ) const;
|
||||
S32 operator ==( const QuatF & c ) const;
|
||||
S32 operator !=( const QuatF & c ) const;
|
||||
QuatF& operator *=( const QuatF & c );
|
||||
QuatF& operator /=( const QuatF & c );
|
||||
QuatF& operator +=( const QuatF & c );
|
||||
|
|
@ -75,7 +75,7 @@ public:
|
|||
QuatF& normalize();
|
||||
QuatF& inverse();
|
||||
QuatF& identity();
|
||||
int isIdentity() const;
|
||||
S32 isIdentity() const;
|
||||
QuatF& slerp( const QuatF & q, F32 t );
|
||||
QuatF& extrapolate( const QuatF & q1, const QuatF & q2, F32 t );
|
||||
QuatF& interpolate( const QuatF & q1, const QuatF & q2, F32 t );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue