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