public class ConstSFVec3f extends ConstField
Constructor and Description |
---|
ConstSFVec3f(float x,
float y,
float z)
Construct a read-only SFVec3f field.
|
Modifier and Type | Method and Description |
---|---|
void |
getValue(float[] vec3s)
Get the X, Y and Z values representing the SFVec3f.
|
float |
getX()
Get the X-component of the vector.
|
float |
getY()
Get the Y-component of the vector.
|
float |
getZ()
Get the Z-component of the vector.
|
clone
public ConstSFVec3f(float x, float y, float z)
x
- X-componenty
- Y-componentz
- Z-componentpublic void getValue(float[] vec3s)
vec3s
- X, Y and Z values representing the SFVec3fpublic float getX()
public float getY()
public float getZ()