|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.geometry3d.MathVectorClass
org.simtk.geometry3d.Vector3DClass
org.simtk.geometry3d.Vector3DFloatArrayWrapper
public class Vector3DFloatArrayWrapper
Field Summary |
---|
Fields inherited from class org.simtk.geometry3d.Vector3DClass |
---|
X_AXIS, Y_AXIS, Z_AXIS |
Constructor Summary | |
---|---|
Vector3DFloatArrayWrapper(float[] array,
int index)
|
Method Summary | |
---|---|
double |
get(int index)
|
void |
set(int index,
double value)
|
Methods inherited from class org.simtk.geometry3d.Vector3DClass |
---|
centroid, centroid, copy, cross, equals, getX, getY, getZ, hashCode, initialize, minus, plus, rotate, setX, setY, setZ, times, toArray, toString, unit, x, y, z |
Methods inherited from class org.simtk.geometry3d.MathVectorClass |
---|
distance, distanceSquared, dot, getDimension, getElement, iterator, length, lengthSquared, minusEquals, plusEquals, selfUnit, timesEquals |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.simtk.geometry3d.MathVector |
---|
distance, distanceSquared, dot, getDimension, getElement, length, lengthSquared |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Methods inherited from interface org.simtk.geometry3d.MutableMathVector |
---|
minusEquals, plusEquals, selfUnit, timesEquals |
Methods inherited from interface org.simtk.geometry3d.MathVector |
---|
distance, distanceSquared, dot, getDimension, getElement, length, lengthSquared |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Constructor Detail |
---|
public Vector3DFloatArrayWrapper(float[] array, int index)
Method Detail |
---|
public void set(int index, double value)
set
in interface MutableMathVector
set
in class MathVectorClass
public double get(int index)
get
in interface MathVector
get
in class MathVectorClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |