Home
last modified time | relevance | path

Searched refs:addSkew (Results 1 – 5 of 5) sorted by last modified time

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/include/
H A DCOLLADASWNode.h211 void addSkew ( const String& sid, const float angle,
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/src/
H A DCOLLADASWNode.cpp164 void Node::addSkew ( const String &sid, float angle, in addSkew() function in COLLADASW::Node
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaVisualSceneExporter.cpp933 mVisualSceneNode->addSkew ( SKEW_XY_SID, (float) angle, rotateAxis, aroundAxis ); in exportSkew()
947 mVisualSceneNode->addSkew ( SKEW_XZ_SID, (float) angle, rotateAxis, aroundAxis ); in exportSkew()
961 mVisualSceneNode->addSkew ( SKEW_YZ_SID, (float) angle, rotateAxis, aroundAxis ); in exportSkew()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsTransformInteract.cpp1290 …const double addSkew = (scale.x / scale.y) * (currentPos.x - previousPos.x) / (currentPos.y - targ… in penMotion() local
1291 skewX = skewX + addSkew; in penMotion()
1298 …const double addSkew = (scale.y / scale.x) * (currentPos.y - previousPos.y) / (currentPos.x - targ… in penMotion() local
1299 skewY = skewY + addSkew; in penMotion()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsTransformInteract.cpp1290 …const double addSkew = (scale.x / scale.y) * (currentPos.x - previousPos.x) / (currentPos.y - targ… in penMotion() local
1291 skewX = skewX + addSkew; in penMotion()
1298 …const double addSkew = (scale.y / scale.x) * (currentPos.y - previousPos.y) / (currentPos.x - targ… in penMotion() local
1299 skewY = skewY + addSkew; in penMotion()