Package javajs.util

Class P3

All Implemented Interfaces:
Serializable, JSONEncodable
Direct Known Subclasses:
A4, Atom, Point3fi, SmilesAtom

public class P3 extends T3
A 3 element point that is represented by single precision floating point x,y,z coordinates.
Version:
specification 1.1, implementation $Revision: 1.10 $, $Date: 2006/09/08 20:20:20 $
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

    • P3

      public P3()
  • Method Details

    • newP

      public static P3 newP(T3 t)
    • getUnlikely

      public static P3 getUnlikely()
    • new3

      public static P3 new3(float x, float y, float z)
    • newA

      public static P3 newA(float[] a)