Home
last modified time | relevance | path

Searched refs:MaxAngularVelocity (Results 1 – 6 of 6) sorted by relevance

/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/examples/unrealstatus/Config/
H A DDefaultEngine.ini30 MaxAngularVelocity=3600.000000 key
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/examples/unrealstatus/Config/
H A DDefaultEngine.ini30 MaxAngularVelocity=3600.000000 key
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaPhysXXML.h638 struct MaxAngularVelocity struct
640 MaxAngularVelocity(xmlNode* node);
710 MaxAngularVelocity maxAngularVelocity;
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXXML.cpp83 const String MaxAngularVelocity = "MaxAngularVelocity"; variable
1557 MaxAngularVelocity::MaxAngularVelocity(xmlNode* node) in MaxAngularVelocity() function in COLLADAMaya::PhysXXML::MaxAngularVelocity
1563 void MaxAngularVelocity::exportElement(StreamWriter& sw) const in exportElement()
1565 sw.openElement(Strings::MaxAngularVelocity); in exportElement()
1673 , maxAngularVelocity(FindChild(node, Strings::MaxAngularVelocity)) in PxRigidDynamic()
H A DCOLLADAMayaPhysXExporter.cpp2324 class MaxAngularVelocity : public Element class
2327 MaxAngularVelocity(PhysXExporter & exporter, double maxAngularDamping) in MaxAngularVelocity() function in COLLADAMaya::MaxAngularVelocity
2546 if (pxRigidDynamic.maxAngularVelocity.maxAngularVelocity != MaxAngularVelocity::DefaultValue()) in exportMaxAngularVelocity()
2548 MaxAngularVelocity e(getPhysXExporter(), pxRigidDynamic.maxAngularVelocity.maxAngularVelocity); in exportMaxAngularVelocity()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dkaleid.c181 #define MaxAngularVelocity 3 macro
991 tMxAV = MaxAngularVelocity * SpotsMult; in random_velocity()
998 tMxAV = MaxAngularVelocity; in random_velocity()