Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Utils.MyPlane Struct Reference

Public Member Functions

 MyPlane (Vector3 point, Vector3 normal)
 
 MyPlane (ref Vector3 point, ref Vector3 normal)
 
 MyPlane (ref MyTriangle_Vertices triangle)
 
float GetPlaneDistance ()
 

Public Attributes

Vector3 Point
 
Vector3 Normal
 

Detailed Description

Definition at line 76 of file MyStructs.cs.

Constructor & Destructor Documentation

VRage.Utils.MyPlane.MyPlane ( Vector3  point,
Vector3  normal 
)
inline

Definition at line 81 of file MyStructs.cs.

VRage.Utils.MyPlane.MyPlane ( ref Vector3  point,
ref Vector3  normal 
)
inline

Definition at line 87 of file MyStructs.cs.

VRage.Utils.MyPlane.MyPlane ( ref MyTriangle_Vertices  triangle)
inline

Definition at line 93 of file MyStructs.cs.

Member Function Documentation

float VRage.Utils.MyPlane.GetPlaneDistance ( )
inline

Definition at line 101 of file MyStructs.cs.

Member Data Documentation

Vector3 VRage.Utils.MyPlane.Normal

Definition at line 79 of file MyStructs.cs.

Vector3 VRage.Utils.MyPlane.Point

Definition at line 78 of file MyStructs.cs.


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