Home
last modified time | relevance | path

Searched refs:lcMatrix44RotationY (Results 1 – 5 of 5) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dminifig.cpp340 Mat2 = lcMatrix44RotationY(-LC_DTOR * 9.791f); in Calculate()
350 Mat = lcMatrix44RotationY(-LC_DTOR * Angles[LC_MFW_RHAND]); in Calculate()
374 Mat2 = lcMatrix44RotationY(LC_DTOR * 9.791f); in Calculate()
384 Mat = lcMatrix44RotationY(-LC_DTOR * Angles[LC_MFW_LHAND]); in Calculate()
H A Dpiece.cpp269 …ModelWorld = lcMul(lcMatrix44RotationZ(Rotation[2] * LC_DTOR), lcMul(lcMatrix44RotationY(Rotation[… in FileLoad()
290 …ModelWorld = lcMul(lcMatrix44RotationZ(Rotation[2] * LC_DTOR), lcMul(lcMatrix44RotationY(Rotation[… in FileLoad()
H A Dcamera.cpp896 …lcMatrix44 transform = lcMul(lcMul(lcMul(lcMatrix44AffineInverse(YRot), lcMatrix44RotationY(Distan… in Orbit()
H A Dlc_model.cpp768 …lcMatrix44 WorldMatrix = lcMul(lcMatrix44RotationZ(rot[2] * LC_DTOR), lcMul(lcMatrix44RotationY(ro… in LoadBinary()
4376 ModelWorld = lcMul(ModelWorld, lcMatrix44RotationY(RotationAngles[1] * LC_DTOR)); in ShowArrayDialog()
H A Dlc_math.h990 inline lcMatrix44 lcMatrix44RotationY(const float Radians) in lcMatrix44RotationY() function