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