|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes.TwoDShapeGeometry.FloatVector
public class TwoDShapeGeometry.FloatVector
The Class FloatVector.
Field Summary | |
---|---|
float |
x
The x. |
float |
y
The y. |
float |
z
The z. |
Constructor Summary | |
---|---|
TwoDShapeGeometry.FloatVector(float x,
float y,
float z)
Instantiates a new float vector. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float x
public float y
public float z
Constructor Detail |
---|
public TwoDShapeGeometry.FloatVector(float x, float y, float z)
x
- the xy
- the yz
- the z
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |