|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simtk.geometry3d.Line3D
public class Line3D
Field Summary | |
---|---|
Vector3D |
direction
|
Vector3D |
origin
|
Constructor Summary | |
---|---|
Line3D()
|
|
Line3D(Vector3D d,
Vector3D o)
|
Method Summary | |
---|---|
static Line3D |
bestLine3D(java.util.Vector<Vector3D> bagOfPoints)
|
Vector3D |
getClosestPoint(Vector3D v)
|
Vector3D |
getDirection()
|
Vector3D |
getOrigin()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Vector3D direction
public Vector3D origin
Constructor Detail |
---|
public Line3D()
public Line3D(Vector3D d, Vector3D o)
Method Detail |
---|
public Vector3D getDirection()
public Vector3D getOrigin()
public Vector3D getClosestPoint(Vector3D v)
public static Line3D bestLine3D(java.util.Vector<Vector3D> bagOfPoints) throws InsufficientPointsException
InsufficientPointsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |