org.ode4j.math
Class DMatrix3.DVector3RowTView
java.lang.Object
org.ode4j.math.DVector3View
org.ode4j.math.DMatrix3.DVector3RowTView
- Enclosing class:
- DMatrix3
public class DMatrix3.DVector3RowTView
- extends DVector3View
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
DMatrix3.DVector3RowTView
public DMatrix3.DVector3RowTView(int row)
get
public double get(int i)
- Specified by:
get
in class DVector3View
- Parameters:
i
- The row to return [0, 1, 2].
get0
public double get0()
- Specified by:
get0
in class DVector3View
get1
public double get1()
- Specified by:
get1
in class DVector3View
get2
public double get2()
- Specified by:
get2
in class DVector3View
set0
public void set0(double d)
- Specified by:
set0
in class DVector3View
set1
public void set1(double d)
- Specified by:
set1
in class DVector3View
set2
public void set2(double d)
- Specified by:
set2
in class DVector3View
toString
public java.lang.String toString()
- Overrides:
toString
in class DVector3View