Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 4 of 4) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AimTargetViewUpdater.cpp126 f32 st, ct; in Update() local
127 math::SinCosRad(&st, &ct, this->m_Resource.GetTwist()); in Update()
130 up.x = ct * u.x - st * r.x; in Update()
131 up.y = ct * u.y; in Update()
132 up.z = ct * u.z - st * r.z; in Update()
/NW4C-1.3.3/include/nw/math/inline/
Dmath_Matrix34.ipp92 f32 st, ct;
93 SinCosFIdx(&st, &ct, twist);
98 right.x = st * u.x + ct * r.x;
100 right.z = st * u.z + ct * r.z;
102 up.x = ct * u.x - st * r.x;
103 up.y = ct * u.y;
104 up.z = ct * u.z - st * r.z;
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyMobile/scenes/
DToy_Mobile.ma2290 connectAttr "camera1.t" "camera1_group.ct";
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel3913 scriptJob -p $wName -ct "delete" ("nw4cSetAnimRange_UpdateViewQueue " + $wName + " 0");