VRageMath.Capsule - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct Capsule
Namespace: VRageMath
Assembly: VRage.Math.dll
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)