net.java.joglutils.msg.math
Class Veci
java.lang.Object
net.java.joglutils.msg.math.Veci
public class Veci
- extends Object
Arbitrary-length integer vector class. Currently very simple and
only supports a few needed operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Veci
public Veci(int n)
Veci
public Veci(Veci arg)
length
public int length()
get
public int get(int i)
set
public void set(int i,
int val)
toVec2f
public Vec2f toVec2f()
throws DimensionMismatchException
- Throws:
DimensionMismatchException
toVec3f
public Vec3f toVec3f()
throws DimensionMismatchException
- Throws:
DimensionMismatchException
toVecf
public Vecf toVecf()