Package javax.vecmath
Class Point4i
java.lang.Object
javax.vecmath.Tuple4i
javax.vecmath.Point4i
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class Point4i extends Tuple4i implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class javax.vecmath.Tuple4i
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, equals, get, get, getW, getX, getY, getZ, hashCode, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, setW, setX, setY, setZ, sub, sub, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Point4i
public Point4i(int int1, int int2, int int3, int int4) -
Point4i
public Point4i(int[] intArray) -
Point4i
-
Point4i
public Point4i()
-