Package javajs.util

Class P3i

All Implemented Interfaces:
Serializable

public class P3i extends T3i
A 3 element point that is represented by signed integer x,y,z coordinates.
Since:
Java 3D 1.2
Version:
specification 1.2, implementation $Revision: 1.9 $, $Date: 2006/07/28 17:01:33 $
Author:
Kenji hiranabe additions by Bob Hanson hansonr@stolaf.edu 9/30/2012 for unique constructor and method names for the optimization of compiled JavaScript using Java2Script
See Also:
  • Constructor Details

    • P3i

      public P3i()
  • Method Details

    • new3

      public static P3i new3(int x, int y, int z)