| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point3D | GetPoint
()
Get method for attribute "Point" The start point. |
| Vector3D | GetVector
()
Get method for attribute "Vector" The direction vector. |
| void | SetPoint
(Point3D value)
Set method for attribute "Point" The start point. |
| void | SetVector
(Vector3D value)
Set method for attribute "Vector" The direction vector. |
| Method Detail |
|---|
| GetPoint/SetPoint |
|---|
| Point3D | GetPoint | () |
| void | SetPoint | (Point3D value) |
The start point.
|
| GetVector/SetVector |
|---|
| Vector3D | GetVector | () |
| void | SetVector | (Vector3D value) |
The direction vector.
|