Space Engineers
|
Public Member Functions | |
CapsuleD (Vector3D p0, Vector3D p1, float radius) | |
bool | Intersect (RayD ray, ref Vector3D p1, ref Vector3D p2, ref Vector3 n1, ref Vector3 n2) |
bool | Intersect (LineD line, ref Vector3D p1, ref Vector3D p2, ref Vector3 n1, ref Vector3 n2) |
Public Attributes | |
Vector3D | P0 |
Vector3D | P1 |
float | Radius |
Definition at line 8 of file CapsuleD.cs.
Definition at line 14 of file CapsuleD.cs.
|
inline |
Definition at line 21 of file CapsuleD.cs.
|
inline |
Definition at line 219 of file CapsuleD.cs.
Vector3D VRageMath.CapsuleD.P0 |
Definition at line 10 of file CapsuleD.cs.
Vector3D VRageMath.CapsuleD.P1 |
Definition at line 11 of file CapsuleD.cs.
float VRageMath.CapsuleD.Radius |
Definition at line 12 of file CapsuleD.cs.