Uses of Enum Class
georegression.struct.EulerType
Packages that use EulerType
-
Uses of EulerType in georegression.geometry
Methods in georegression.geometry with parameters of type EulerTypeModifier and TypeMethodDescriptionstatic FMatrixRMajConvertRotation3D_F32.eulerToMatrix(EulerType type, float rotA, float rotB, float rotC, @Nullable FMatrixRMaj R) Converts an Euler coordinate into a rotation matrix.static DMatrixRMajConvertRotation3D_F64.eulerToMatrix(EulerType type, double rotA, double rotB, double rotC, @Nullable DMatrixRMaj R) Converts an Euler coordinate into a rotation matrix.static Quaternion_F32ConvertRotation3D_F32.eulerToQuaternion(EulerType type, float rotA, float rotB, float rotC, @Nullable Quaternion_F32 q) static Quaternion_F64ConvertRotation3D_F64.eulerToQuaternion(EulerType type, double rotA, double rotB, double rotC, @Nullable Quaternion_F64 q) static float[]ConvertRotation3D_F32.matrixToEuler(FMatrixRMaj R, EulerType type, @org.jetbrains.annotations.Nullable float[] euler) Converts a rotation matrix into an Euler angle of different typesstatic double[]ConvertRotation3D_F64.matrixToEuler(DMatrixRMaj R, EulerType type, @org.jetbrains.annotations.Nullable double[] euler) Converts a rotation matrix into an Euler angle of different typesstatic float[]ConvertRotation3D_F32.quaternionToEuler(Quaternion_F32 q, EulerType type, @org.jetbrains.annotations.Nullable float[] euler) Converts a quaternion into an euler rotation of different typesstatic double[]ConvertRotation3D_F64.quaternionToEuler(Quaternion_F64 q, EulerType type, @org.jetbrains.annotations.Nullable double[] euler) Converts a quaternion into an euler rotation of different typesstatic float[]ConvertRotation3D_F32.rodriguesToEuler(Rodrigues_F32 rodrigues, EulerType type, @org.jetbrains.annotations.Nullable float[] euler) ConvertsRodrigues_F32into an euler rotation of different typesstatic double[]ConvertRotation3D_F64.rodriguesToEuler(Rodrigues_F64 rodrigues, EulerType type, @org.jetbrains.annotations.Nullable double[] euler) ConvertsRodrigues_F64into an euler rotation of different types -
Uses of EulerType in georegression.struct
Methods in georegression.struct that return EulerType -
Uses of EulerType in georegression.struct.se
Methods in georegression.struct.se with parameters of type EulerTypeModifier and TypeMethodDescriptionstatic Se3_F32SpecialEuclideanOps_F32.eulerXyz(float dx, float dy, float dz, EulerType type, float rotX, float rotY, float rotZ, @Nullable Se3_F32 se) static Se3_F64SpecialEuclideanOps_F64.eulerXyz(double dx, double dy, double dz, EulerType type, double rotX, double rotY, double rotZ, @Nullable Se3_F64 se) Assigns the value of this transform using Euler anglesAssigns the value of this transform using Euler angles