|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.geometry.Axis
public class Axis
Class to model a coordinate axis;
Constructor Summary | |
---|---|
Axis(double... coordinates)
|
|
Axis(SimpleVector axisvec)
|
Method Summary | |
---|---|
int |
dimension()
|
SimpleVector |
getAxisVector()
|
void |
setAxis(SimpleVector newAxis)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Axis(double... coordinates)
public Axis(SimpleVector axisvec)
Method Detail |
---|
public SimpleVector getAxisVector()
public int dimension()
public void setAxis(SimpleVector newAxis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |