za.co.luma.geom
Class Vector3DInt

java.lang.Object
  extended by za.co.luma.geom.Vector3DInt

public class Vector3DInt
extends java.lang.Object

A 3D vector over integers.

Author:
Herman Tulleken (herman@luma.co.za)

Field Summary
 int x
           
 int y
           
 int z
           
 
Constructor Summary
Vector3DInt(int x, int y, int z)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

z

public int z
Constructor Detail

Vector3DInt

public Vector3DInt(int x,
                   int y,
                   int z)