Uses of Class
edu.nps.moves.legacy.math.Vec3f
Packages that use Vec3f
-
Uses of Vec3f in edu.nps.moves.legacy.math
Methods in edu.nps.moves.legacy.math with parameters of type Vec3fModifier and TypeMethodDescriptionvoid
void
void
void
float
static float
void
void
Quaternion.getAxisAngle
(Vec3f axis, float[] angle) void
void
Quaternion.makeFromVecs
(Vec3f vec1, Vec3f vec2) void
void
void
void
void
Quaternion.setAxisAngle
(Vec3f axis, float angle) void
void
void
void
void
void
Constructors in edu.nps.moves.legacy.math with parameters of type Vec3fModifierConstructorDescriptionQuaternion
(Vec3f axis, float angle) Quaternion
(Vec3f vec1, Vec3f vec2)