Uses of Class
uk.ac.soton.grophysics.FlexNode
Packages that use FlexNode
-
Uses of FlexNode in uk.ac.soton.grophysics
Methods in uk.ac.soton.grophysics that return FlexNodeModifier and TypeMethodDescriptionFlexNode.getParentFlexNode()
Find the previous FlexNode in the tree by searching the branch first, then hierarchically through it's parents returns null if nothing is foundPhysicsModel.getParentFlexNode
(Node node) Find the previous FlexNode in the tree by searching the branch first, then hierarchically through it's parents returns null if nothing is foundFlexNode.getPreviousFlexNode()
Find the previous FlexNode in the current branch returns null if nothing is foundPhysicsModel.getPreviousFlexNode
(Node node) Find the previous FlexNode in the current branch returns null if nothing is foundMethods in uk.ac.soton.grophysics with parameters of type FlexNodeModifier and TypeMethodDescriptionprotected void
PhysicsModel.join
(FlexNode flexNode, MassObject massObject, com.bulletphysics.dynamics.RigidBody body) protected void
PhysicsModel.joinToBodyFrame
(FlexNode flexNode, com.bulletphysics.linearmath.Transform jointFrame, com.bulletphysics.dynamics.RigidBody body, com.bulletphysics.dynamics.RigidBody parentBody) protected void
PhysicsModel.joinToParent
(FlexNode flexNode, FlexNode parentFlexNode, com.bulletphysics.dynamics.RigidBody body, com.bulletphysics.dynamics.RigidBody parentBody)