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

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
 

Detailed Description

Definition at line 8 of file CapsuleD.cs.

Constructor & Destructor Documentation

VRageMath.CapsuleD.CapsuleD ( Vector3D  p0,
Vector3D  p1,
float  radius 
)
inline

Definition at line 14 of file CapsuleD.cs.

Member Function Documentation

bool VRageMath.CapsuleD.Intersect ( RayD  ray,
ref Vector3D  p1,
ref Vector3D  p2,
ref Vector3  n1,
ref Vector3  n2 
)
inline

Definition at line 21 of file CapsuleD.cs.

bool VRageMath.CapsuleD.Intersect ( LineD  line,
ref Vector3D  p1,
ref Vector3D  p2,
ref Vector3  n1,
ref Vector3  n2 
)
inline

Definition at line 219 of file CapsuleD.cs.

Member Data Documentation

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.


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