Uses of Class
org.cogchar.api.skeleton.config.BoneRotationAxis

Packages that use BoneRotationAxis
org.cogchar.api.skeleton.config   
 

Uses of BoneRotationAxis in org.cogchar.api.skeleton.config
 

Methods in org.cogchar.api.skeleton.config that return BoneRotationAxis
 BoneRotationAxis BoneProjectionRange.getRotationAxis()
           
 BoneRotationAxis BoneProjectionPosition.getRotationAxis()
           
static BoneRotationAxis BoneRotationAxis.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BoneRotationAxis[] BoneRotationAxis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.cogchar.api.skeleton.config with parameters of type BoneRotationAxis
BoneProjectionRange(BoneJointConfig bjc, String boneName, BoneRotationAxis axis, double minAngRad, double maxAngRad)
           
 



Copyright © 2010-2013. All Rights Reserved.