Package javajs.util
Class P4
java.lang.Object
javajs.util.T3
javajs.util.T4
javajs.util.P4
- All Implemented Interfaces:
Serializable
,JSONEncodable
A 4 element point that is represented by single precision floating point
x,y,z,w coordinates.
- Version:
- specification 1.1, implementation $Revision: 1.9 $, $Date: 2006/07/28 17:01:32 $
- 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
-
P4
public P4()
-
-
Method Details
-
new4
-
newPt
-
distance4
Returns the distance between this point and point p1.- Parameters:
p1
- the other point- Returns:
- the distance between these two points
-