Uses of Enum Class
cnuphys.magfield.FastMath.MathLib
Packages that use FastMath.MathLib
-
Uses of FastMath.MathLib in cnuphys.magfield
Subclasses with type arguments of type FastMath.MathLib in cnuphys.magfieldModifier and TypeClassDescriptionstatic enum
Which atan2, etc. algorithms to useMethods in cnuphys.magfield that return FastMath.MathLibModifier and TypeMethodDescriptionstatic FastMath.MathLib
FastMath.getMathLib()
Get the math lib being usedstatic FastMath.MathLib
Returns the enum constant of this class with the specified name.static FastMath.MathLib[]
FastMath.MathLib.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.magfield with parameters of type FastMath.MathLibModifier and TypeMethodDescriptionstatic void
FastMath.setMathLib
(FastMath.MathLib lib) Set the math library to use