Space Engineers
Public Member Functions | Public Attributes | List of all members
VRageMath.Capsule Struct Reference

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
 

Detailed Description

Definition at line 8 of file Capsule.cs.

Constructor & Destructor Documentation

VRageMath.Capsule.Capsule ( Vector3  p0,
Vector3  p1,
float  radius 
)
inline

Definition at line 14 of file Capsule.cs.

Member Function Documentation

bool VRageMath.Capsule.Intersect ( Ray  ray,
ref Vector3  p1,
ref Vector3  p2,
ref Vector3  n1,
ref Vector3  n2 
)
inline

Definition at line 21 of file Capsule.cs.

bool VRageMath.Capsule.Intersect ( Line  line,
ref Vector3  p1,
ref Vector3  p2,
ref Vector3  n1,
ref Vector3  n2 
)
inline

Definition at line 219 of file Capsule.cs.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: