public class ConstSFRotation extends ConstField
Constructor and Description |
---|
ConstSFRotation(float axisX,
float axisY,
float axisZ,
float angle)
Construct a read-only SFRotation field.
|
Modifier and Type | Method and Description |
---|---|
void |
getValue(float[] rotations)
Get the X, Y, Z and angle values representing the SFRotation.
|
clone