Lines Matching refs:transformNode

88     nw::gfx::TransformNode* transformNode =  in SetPosition()  local
90 NW_NULL_ASSERT(transformNode); in SetPosition()
92 transformNode->Transform().SetTranslate( x, y, z ); in SetPosition()
101 nw::gfx::TransformNode* transformNode = in SetScale() local
103 NW_NULL_ASSERT(transformNode); in SetScale()
105 transformNode->Transform().SetScale( x, y, z ); in SetScale()
114 nw::gfx::TransformNode* transformNode = in SetRotate() local
116 NW_NULL_ASSERT(transformNode); in SetRotate()
118 transformNode->Transform().SetRotateXYZ( NW_MATH_DEG_TO_RAD(x), in SetRotate()
131 nw::gfx::TransformNode* transformNode = in SetMatrix() local
133 NW_NULL_ASSERT(transformNode); in SetMatrix()
135 transformNode->Transform().SetTransformMatrix( *matrix ); in SetMatrix()
143 nw::gfx::TransformNode* transformNode = in SetWorldMatrix() local
145 NW_NULL_ASSERT(transformNode); in SetWorldMatrix()
147 transformNode->WorldMatrix() = *matrix; in SetWorldMatrix()
388 nw::gfx::TransformNode* transformNode = in SetConstrainId() local
390 NW_NULL_ASSERT(transformNode); in SetConstrainId()
396transformNode->Transform().EnableFlags(nw::gfx::CalculatedTransform::FLAG_IS_WORLDMATRIX_CALCULATI… in SetConstrainId()
398transformNode->Transform().DisableFlags(nw::gfx::CalculatedTransform::FLAG_IS_WORLDMATRIX_CALCULAT… in SetConstrainId()
404transformNode->Transform().DisableFlags(nw::gfx::CalculatedTransform::FLAG_IS_WORLDMATRIX_CALCULAT… in SetConstrainId()
406transformNode->Transform().EnableFlags(nw::gfx::CalculatedTransform::FLAG_IS_WORLDMATRIX_CALCULATI… in SetConstrainId()