Uses of Class
uk.ac.soton.grophysics.FlexNode

Packages that use FlexNode
Package
Description
 
  • Uses of FlexNode in uk.ac.soton.grophysics

    Methods in uk.ac.soton.grophysics that return FlexNode
    Modifier and Type
    Method
    Description
    Find the previous FlexNode in the tree by searching the branch first, then hierarchically through it's parents returns null if nothing is found
    PhysicsModel.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 found
    Find the previous FlexNode in the current branch returns null if nothing is found
    PhysicsModel.getPreviousFlexNode(Node node)
    Find the previous FlexNode in the current branch returns null if nothing is found
    Methods in uk.ac.soton.grophysics with parameters of type FlexNode
    Modifier and Type
    Method
    Description
    protected 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)