| Package | Description |
|---|---|
| org.joml |
Contains all classes of JOML.
|
| Modifier and Type | Method and Description |
|---|---|
AxisAngle4f |
Quaternionfc.get(AxisAngle4f dest)
Set the given
AxisAngle4f to represent the rotation of
this quaternion. |
AxisAngle4f |
Quaternionf.get(AxisAngle4f dest) |
AxisAngle4f |
Matrix4fc.getRotation(AxisAngle4f dest)
Get the rotational component of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix3d.getRotation(AxisAngle4f dest) |
AxisAngle4f |
Matrix4f.getRotation(AxisAngle4f dest) |
AxisAngle4f |
Matrix3f.getRotation(AxisAngle4f dest) |
AxisAngle4f |
Matrix3fc.getRotation(AxisAngle4f dest)
Get the current values of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix4x3fc.getRotation(AxisAngle4f dest)
Get the rotational component of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix3dc.getRotation(AxisAngle4f dest)
Get the current values of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix4x3f.getRotation(AxisAngle4f dest) |
AxisAngle4f |
AxisAngle4f.normalize()
Normalize the axis vector.
|
AxisAngle4f |
AxisAngle4f.rotate(float ang)
Increase the rotation angle by the given amount.
|
AxisAngle4f |
AxisAngle4f.set(AxisAngle4f a)
Set this
AxisAngle4f to the values of a. |
AxisAngle4f |
AxisAngle4f.set(float angle,
float x,
float y,
float z)
Set this
AxisAngle4f to the given values. |
AxisAngle4f |
AxisAngle4f.set(float angle,
Vector3fc v)
Set this
AxisAngle4f to the given values. |
AxisAngle4f |
AxisAngle4f.set(Matrix3dc m)
Set this
AxisAngle4f to be equivalent to the rotation
of the given Matrix3dc. |
AxisAngle4f |
AxisAngle4f.set(Matrix3fc m)
Set this
AxisAngle4f to be equivalent to the rotation
of the given Matrix3fc. |
AxisAngle4f |
AxisAngle4f.set(Matrix4dc m)
Set this
AxisAngle4f to be equivalent to the rotational component
of the given Matrix4dc. |
AxisAngle4f |
AxisAngle4f.set(Matrix4fc m)
Set this
AxisAngle4f to be equivalent to the rotational component
of the given Matrix4fc. |
AxisAngle4f |
AxisAngle4f.set(Matrix4x3fc m)
Set this
AxisAngle4f to be equivalent to the rotational component
of the given Matrix4x3fc. |
AxisAngle4f |
AxisAngle4f.set(Quaterniondc q)
Set this
AxisAngle4f to be equivalent to the given
Quaterniondc. |
AxisAngle4f |
AxisAngle4f.set(Quaternionfc q)
Set this
AxisAngle4f to be equivalent to the given
Quaternionfc. |
| Modifier and Type | Method and Description |
|---|---|
AxisAngle4f |
Quaternionfc.get(AxisAngle4f dest)
Set the given
AxisAngle4f to represent the rotation of
this quaternion. |
AxisAngle4f |
Quaternionf.get(AxisAngle4f dest) |
AxisAngle4f |
Matrix4fc.getRotation(AxisAngle4f dest)
Get the rotational component of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix3d.getRotation(AxisAngle4f dest) |
AxisAngle4f |
Matrix4f.getRotation(AxisAngle4f dest) |
AxisAngle4f |
Matrix3f.getRotation(AxisAngle4f dest) |
AxisAngle4f |
Matrix3fc.getRotation(AxisAngle4f dest)
Get the current values of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix4x3fc.getRotation(AxisAngle4f dest)
Get the rotational component of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix3dc.getRotation(AxisAngle4f dest)
Get the current values of
this matrix and store the represented rotation
into the given AxisAngle4f. |
AxisAngle4f |
Matrix4x3f.getRotation(AxisAngle4f dest) |
Matrix4x3d |
Matrix4x3d.rotate(AxisAngle4f axisAngle)
Apply a rotation transformation, rotating about the given
AxisAngle4f, to this matrix. |
Matrix3d |
Matrix3d.rotate(AxisAngle4f axisAngle)
Apply a rotation transformation, rotating about the given
AxisAngle4f, to this matrix. |
Matrix4f |
Matrix4f.rotate(AxisAngle4f axisAngle)
Apply a rotation transformation, rotating about the given
AxisAngle4f, to this matrix. |
Matrix3f |
Matrix3f.rotate(AxisAngle4f axisAngle)
Apply a rotation transformation, rotating about the given
AxisAngle4f, to this matrix. |
Matrix4d |
Matrix4d.rotate(AxisAngle4f axisAngle)
Apply a rotation transformation, rotating about the given
AxisAngle4f, to this matrix. |
Matrix4x3f |
Matrix4x3f.rotate(AxisAngle4f axisAngle)
Apply a rotation transformation, rotating about the given
AxisAngle4f, to this matrix. |
Matrix3d |
Matrix3d.rotate(AxisAngle4f axisAngle,
Matrix3d dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix3d |
Matrix3dc.rotate(AxisAngle4f axisAngle,
Matrix3d dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix3f |
Matrix3f.rotate(AxisAngle4f axisAngle,
Matrix3f dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix3f |
Matrix3fc.rotate(AxisAngle4f axisAngle,
Matrix3f dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4d |
Matrix4dc.rotate(AxisAngle4f axisAngle,
Matrix4d dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4d |
Matrix4d.rotate(AxisAngle4f axisAngle,
Matrix4d dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4f |
Matrix4fc.rotate(AxisAngle4f axisAngle,
Matrix4f dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4f |
Matrix4f.rotate(AxisAngle4f axisAngle,
Matrix4f dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4x3d |
Matrix4x3dc.rotate(AxisAngle4f axisAngle,
Matrix4x3d dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4x3d |
Matrix4x3d.rotate(AxisAngle4f axisAngle,
Matrix4x3d dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4x3f |
Matrix4x3fc.rotate(AxisAngle4f axisAngle,
Matrix4x3f dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4x3f |
Matrix4x3f.rotate(AxisAngle4f axisAngle,
Matrix4x3f dest)
Apply a rotation transformation, rotating about the given
AxisAngle4f and store the result in dest. |
Matrix4x3d |
Matrix4x3d.rotation(AxisAngle4f angleAxis)
Set this matrix to a rotation transformation using the given
AxisAngle4f. |
Matrix3d |
Matrix3d.rotation(AxisAngle4f axisAngle)
Set this matrix to a rotation transformation using the given
AxisAngle4f. |
Matrix4f |
Matrix4f.rotation(AxisAngle4f axisAngle)
Set this matrix to a rotation transformation using the given
AxisAngle4f. |
Matrix3f |
Matrix3f.rotation(AxisAngle4f axisAngle)
Set this matrix to a rotation transformation using the given
AxisAngle4f. |
Matrix4d |
Matrix4d.rotation(AxisAngle4f angleAxis)
Set this matrix to a rotation transformation using the given
AxisAngle4f. |
Matrix4x3f |
Matrix4x3f.rotation(AxisAngle4f axisAngle)
Set this matrix to a rotation transformation using the given
AxisAngle4f. |
Quaterniond |
Quaterniond.rotationAxis(AxisAngle4f axisAngle)
Set this
Quaterniond to a rotation of the given angle in radians about the supplied
axis, all of which are specified via the AxisAngle4f. |
Quaternionf |
Quaternionf.rotationAxis(AxisAngle4f axisAngle)
Set this
Quaternionf to a rotation of the given angle in radians about the supplied
axis, all of which are specified via the AxisAngle4f. |
Matrix4x3d |
Matrix4x3d.set(AxisAngle4f axisAngle)
Set this matrix to be equivalent to the rotation specified by the given
AxisAngle4f. |
Matrix3d |
Matrix3d.set(AxisAngle4f axisAngle)
Set this matrix to be equivalent to the rotation specified by the given
AxisAngle4f. |
AxisAngle4f |
AxisAngle4f.set(AxisAngle4f a)
Set this
AxisAngle4f to the values of a. |
Matrix4f |
Matrix4f.set(AxisAngle4f axisAngle)
Set this matrix to be equivalent to the rotation specified by the given
AxisAngle4f. |
AxisAngle4d |
AxisAngle4d.set(AxisAngle4f a)
Set this
AxisAngle4d to the values of a. |
Matrix3f |
Matrix3f.set(AxisAngle4f axisAngle)
Set this matrix to be equivalent to the rotation specified by the given
AxisAngle4f. |
Quaterniond |
Quaterniond.set(AxisAngle4f axisAngle)
Set this
Quaterniond to be equivalent to the given
AxisAngle4f. |
Matrix4d |
Matrix4d.set(AxisAngle4f axisAngle)
Set this matrix to be equivalent to the rotation specified by the given
AxisAngle4f. |
Matrix4x3f |
Matrix4x3f.set(AxisAngle4f axisAngle)
Set this matrix to be equivalent to the rotation specified by the given
AxisAngle4f. |
Quaternionf |
Quaternionf.set(AxisAngle4f axisAngle)
Set this quaternion to a rotation equivalent to the given
AxisAngle4f. |
| Constructor and Description |
|---|
AxisAngle4d(AxisAngle4f a)
Create a new
AxisAngle4d with the same values of a. |
AxisAngle4f(AxisAngle4f a)
Create a new
AxisAngle4f with the same values of a. |
Quaterniond(AxisAngle4f axisAngle)
Create a new
Quaterniond and initialize it to represent the same rotation as the given AxisAngle4f. |
Quaternionf(AxisAngle4f axisAngle)
Create a new
Quaternionf which represents the rotation of the given AxisAngle4f. |
Copyright © 2015–2019 JOML. All rights reserved.