org.ode4j.math
Class DMatrix3.DVector3RowTView

java.lang.Object
  extended by org.ode4j.math.DVector3View
      extended by org.ode4j.math.DMatrix3.DVector3RowTView
Enclosing class:
DMatrix3

public class DMatrix3.DVector3RowTView
extends DVector3View


Constructor Summary
DMatrix3.DVector3RowTView(int row)
           
 
Method Summary
 double get(int i)
           
 double get0()
           
 double get1()
           
 double get2()
           
 void set0(double d)
           
 void set1(double d)
           
 void set2(double d)
           
 java.lang.String toString()
           
 
Methods inherited from class org.ode4j.math.DVector3View
dot, equals, hashCode, length, scale, set, set
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DMatrix3.DVector3RowTView

public DMatrix3.DVector3RowTView(int row)
Method Detail

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