Uses of Enum Class
com.irurueta.geometry.Rotation3DType
Packages that use Rotation3DType
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of Rotation3DType in com.irurueta.geometry
Fields in com.irurueta.geometry declared as Rotation3DTypeModifier and TypeFieldDescriptionstatic final Rotation3DTypeRotation3D.DEFAULT_TYPEConstant defining default type if none is provided.Methods in com.irurueta.geometry that return Rotation3DTypeModifier and TypeMethodDescriptionAxisRotation3D.getType()Returns type of this rotation.MatrixRotation3D.getType()Returns type of this rotation.Quaternion.getType()Returns type of this rotation.abstract Rotation3DTypeRotation3D.getType()Returns type of this rotation.static Rotation3DTypeReturns the enum constant of this class with the specified name.static Rotation3DType[]Rotation3DType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.geometry with parameters of type Rotation3DTypeModifier and TypeMethodDescriptionstatic Rotation3DRotation3D.create(double[] axis, double theta, Rotation3DType type) Factory method.static Rotation3DRotation3D.create(double axisX, double axisY, double axisZ, double theta, Rotation3DType type) Factory method.static Rotation3DRotation3D.create(Rotation3DType type) Factory method.