synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes
Class TwoDShapeGeometry.FloatVector

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes.TwoDShapeGeometry.FloatVector
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TwoDShapeGeometry

public class TwoDShapeGeometry.FloatVector
extends java.lang.Object
implements java.io.Serializable

The Class FloatVector.

See Also:
Serialized Form

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

x

public float x
The x.


y

public float y
The y.


z

public float z
The z.

Constructor Detail

TwoDShapeGeometry.FloatVector

public TwoDShapeGeometry.FloatVector(float x,
                                     float y,
                                     float z)
Instantiates a new float vector.

Parameters:
x - the x
y - the y
z - the z