|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jbeans.j3d.vecmath.VecMath3D
VecMath3D defines many 3D related Vector/Matrix methods.
Method Summary | |
javax.vecmath.Vector3d |
orthogonalToSpherical(javax.vecmath.Vector3d or,
javax.vecmath.Vector3d sp)
Convert the specified Vector3{fd}'s coordinate from Orthogonal to Spherical. |
javax.vecmath.Vector3f |
orthogonalToSpherical(javax.vecmath.Vector3f or,
javax.vecmath.Vector3f sp)
Convert the specified Vector3{fd}'s coordinate from Orthogonal to Spherical. |
javax.vecmath.Matrix3d |
rotationMatrixToAlignVector(javax.vecmath.Vector3d v,
javax.vecmath.Matrix3d ra)
Computes a rotation matrix to align the specified Vector to the Y-axis. |
javax.vecmath.Matrix3f |
rotationMatrixToAlignVector(javax.vecmath.Vector3f v,
javax.vecmath.Matrix3f ra)
Computes a rotation matrix to align the specified Vector to the Y-axis. |
javax.vecmath.Vector3d |
sphericalToOrthogonal(javax.vecmath.Vector3d sp,
javax.vecmath.Vector3d or)
|
javax.vecmath.Vector3f |
sphericalToOrthogonal(javax.vecmath.Vector3f sp,
javax.vecmath.Vector3f or)
Convert the specified Vector3{fd}'s coordinate from Spherical to Orthogonal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public javax.vecmath.Vector3f sphericalToOrthogonal(javax.vecmath.Vector3f sp, javax.vecmath.Vector3f or)
public javax.vecmath.Vector3d sphericalToOrthogonal(javax.vecmath.Vector3d sp, javax.vecmath.Vector3d or)
public javax.vecmath.Vector3f orthogonalToSpherical(javax.vecmath.Vector3f or, javax.vecmath.Vector3f sp)
public javax.vecmath.Vector3d orthogonalToSpherical(javax.vecmath.Vector3d or, javax.vecmath.Vector3d sp)
public javax.vecmath.Matrix3f rotationMatrixToAlignVector(javax.vecmath.Vector3f v, javax.vecmath.Matrix3f ra)
public javax.vecmath.Matrix3d rotationMatrixToAlignVector(javax.vecmath.Vector3d v, javax.vecmath.Matrix3d ra)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |