Package javajs.util
Class V3
java.lang.Object
javajs.util.T3
javajs.util.V3
- All Implemented Interfaces:
Serializable
,JSONEncodable
- Direct Known Subclasses:
Vibration
A 3-element vector that is represented by single precision floating point
x,y,z coordinates. If this value represents a normal, then it should be
normalized.
- Version:
- specification 1.1, implementation $Revision: 1.10 $, $Date: 2006/10/03 19:52:30 $
- 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:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
V3
public V3()
-
-
Method Details
-
newV
-
newVsub
-
new3
-
angle
Returns the angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI].- Parameters:
v1
- the other vector- Returns:
- the angle in radians in the range [0,PI]
-