Uses of Record Class
org.episteme.social.sports.BiomechanicsSimulator.JointAngle
Packages that use BiomechanicsSimulator.JointAngle
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of BiomechanicsSimulator.JointAngle in org.episteme.social.sports
Methods in org.episteme.social.sports that return types with arguments of type BiomechanicsSimulator.JointAngleModifier and TypeMethodDescriptionBiomechanicsSimulator.MotionFrame.jointAngles()Returns the value of thejointAnglesrecord component.Constructor parameters in org.episteme.social.sports with type arguments of type BiomechanicsSimulator.JointAngleModifierConstructorDescriptionMotionFrame(double time, Map<String, BiomechanicsSimulator.JointAngle> jointAngles, Map<String, double[]> segmentPositions) Creates an instance of aMotionFramerecord class.