Method | Description | |
---|---|---|
Clone ( ) : Line | ||
Line ( |
||
Line ( Vector3d direction, Point3d point ) : System | ||
computeLineIntersection ( Line otherLine ) : Point3d | ||
computePlaneIntersection ( Vector3d normal, Point3d planePoint ) : Point3d | ||
computePointToPointDistance ( Point3d otherPoint ) : double | ||
getDirection ( ) : Vector3d | ||
getPoint ( ) : Point3d | ||
perturbDirection ( ) : void | ||
setDirection ( Vector3d direction ) : void | ||
setPoint ( Point3d point ) : void | ||
toString ( ) : String |
Method | Description | |
---|---|---|
Line ( ) : System |
public Line ( |
||
face1 | ||
face2 | ||
return | System |
public Line ( Vector3d direction, Point3d point ) : System | ||
direction | Vector3d | |
point | Point3d | |
return | System |
public computeLineIntersection ( Line otherLine ) : Point3d | ||
otherLine | Line | |
return | Point3d |
public computePlaneIntersection ( Vector3d normal, Point3d planePoint ) : Point3d | ||
normal | Vector3d | |
planePoint | Point3d | |
return | Point3d |
public computePointToPointDistance ( Point3d otherPoint ) : double | ||
otherPoint | Point3d | |
return | double |
public setDirection ( Vector3d direction ) : void | ||
direction | Vector3d | |
return | void |