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