Class Vector3f
- java.lang.Object
-
- org.scilab.forge.scirenderer.tranformations.Vector3f
-
public class Vector3f extends java.lang.Object
- Author:
- Pierre Lando
-
-
Constructor Summary
Constructors Constructor Description Vector3f(float x, float y, float z)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3d
asDouble()
float
getX()
float
getY()
float
getZ()
java.lang.String
toString()
-
-
-
Method Detail
-
getX
public float getX()
-
getY
public float getY()
-
getZ
public float getZ()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
asDouble
public Vector3d asDouble()
-
-