Uses of Record Class
org.episteme.social.sports.BiomechanicsSimulator.MotionFrame
Packages that use BiomechanicsSimulator.MotionFrame
Package
Description
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of BiomechanicsSimulator.MotionFrame in org.episteme.social.sports
Method parameters in org.episteme.social.sports with type arguments of type BiomechanicsSimulator.MotionFrameModifier and TypeMethodDescriptionBiomechanicsSimulator.analyzeInverseDynamics(List<BiomechanicsSimulator.MotionFrame> frames, List<BiomechanicsSimulator.BodySegment> bodyModel, double[] externalForce) Calculates joint torques and power consumption using inverse dynamics simulation.BiomechanicsSimulator.analyzeKinematics(List<BiomechanicsSimulator.MotionFrame> frames, String targetSegment) Extracts kinematic data from a series of motion frames.