Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::TransformInfo Member List

This is the complete list of members for ph::TransformInfo, including all inherited members.

getDecomposed() constph::TransformInfo
getForwardStaticAffine() constph::TransformInfo
getForwardStaticRigid() constph::TransformInfo
getInverseStaticAffine() constph::TransformInfo
getInverseStaticRigid() constph::TransformInfo
getPos() constph::TransformInfo
getRot() constph::TransformInfo
getScale() constph::TransformInfo
PH_DEFINE_SDL_STRUCT(TSdlOwnerStruct< TransformInfo >)ph::TransformInfoinline
rotate(const math::Vector3R &axis, real additionalDegrees)ph::TransformInfo
rotate(const math::QuaternionR &additionalRot)ph::TransformInfo
scale(real uniformAmount)ph::TransformInfo
scale(real amountX, real amountY, real amountZ)ph::TransformInfo
scale(const math::Vector3R &amount)ph::TransformInfo
set(const math::TDecomposedTransform< real > &decomposed)ph::TransformInfo
setPos(real x, real y, real z)ph::TransformInfo
setPos(const math::Vector3R &pos)ph::TransformInfo
setRot(const math::Vector3R &axis, real degrees)ph::TransformInfo
setRot(const math::QuaternionR &rot)ph::TransformInfo
setScale(real uniformScale)ph::TransformInfo
setScale(real x, real y, real z)ph::TransformInfo
setScale(const math::Vector3R &scale)ph::TransformInfo
translate(real amountX, real amountY, real amountZ)ph::TransformInfo
translate(const math::Vector3R &amount)ph::TransformInfo