Space Engineers
|
Public Member Functions | |
LineD (Vector3D from, Vector3D to) | |
BoundingBoxD | GetBoundingBox () |
Static Public Member Functions | |
static double | GetShortestDistanceSquared (LineD line1, LineD line2) |
static Vector3D | GetShortestVector (ref LineD line1, ref LineD line2, out Vector3D res1, out Vector3D res2) |
static | operator Line (LineD b) |
static | operator LineD (Line b) |
Public Attributes | |
Vector3D | From |
Vector3D | To |
Vector3D | Direction |
double | Length |
|
inline |