|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.scirenderer.tranformations.Vector3f
public class Vector3f
Constructor Summary | |
---|---|
Vector3f(float x,
float y,
float z)
|
Method Summary | |
---|---|
Vector3d |
asDouble()
|
float |
getX()
|
float |
getY()
|
float |
getZ()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Vector3f(float x, float y, float z)
Method Detail |
---|
public float getX()
public float getY()
public float getZ()
public java.lang.String toString()
toString
in class java.lang.Object
public Vector3d asDouble()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |