Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRage.Game.Models.MyIntersectionResultLineTriangle Struct Reference

Public Member Functions

 MyIntersectionResultLineTriangle (int triangleIndex, ref MyTriangle_Vertices triangle, ref Vector3 triangleNormal, double distance)
 
 MyIntersectionResultLineTriangle (int triangleIndex, ref MyTriangle_Vertices triangle, ref MyTriangle_BoneIndicesWeigths?boneWeigths, ref Vector3 triangleNormal, double distance)
 

Static Public Member Functions

static MyIntersectionResultLineTriangle GetCloserIntersection (ref MyIntersectionResultLineTriangle?a, ref MyIntersectionResultLineTriangle?b)
 

Public Attributes

double Distance
 
MyTriangle_Vertices InputTriangle
 
MyTriangle_BoneIndicesWeigths BoneWeights
 
Vector3 InputTriangleNormal
 
int TriangleIndex
 

Detailed Description

Definition at line 13 of file MyIntersectionResultLineTriangle.cs.

Constructor & Destructor Documentation

VRage.Game.Models.MyIntersectionResultLineTriangle.MyIntersectionResultLineTriangle ( int  triangleIndex,
ref MyTriangle_Vertices  triangle,
ref Vector3  triangleNormal,
double  distance 
)
inline

Definition at line 31 of file MyIntersectionResultLineTriangle.cs.

VRage.Game.Models.MyIntersectionResultLineTriangle.MyIntersectionResultLineTriangle ( int  triangleIndex,
ref MyTriangle_Vertices  triangle,
ref MyTriangle_BoneIndicesWeigths boneWeigths,
ref Vector3  triangleNormal,
double  distance 
)
inline

Definition at line 40 of file MyIntersectionResultLineTriangle.cs.

Member Function Documentation

static MyIntersectionResultLineTriangle VRage.Game.Models.MyIntersectionResultLineTriangle.GetCloserIntersection ( ref MyIntersectionResultLineTriangle a,
ref MyIntersectionResultLineTriangle b 
)
inlinestatic

Definition at line 50 of file MyIntersectionResultLineTriangle.cs.

Member Data Documentation

MyTriangle_BoneIndicesWeigths VRage.Game.Models.MyIntersectionResultLineTriangle.BoneWeights

Definition at line 23 of file MyIntersectionResultLineTriangle.cs.

double VRage.Game.Models.MyIntersectionResultLineTriangle.Distance

Definition at line 19 of file MyIntersectionResultLineTriangle.cs.

MyTriangle_Vertices VRage.Game.Models.MyIntersectionResultLineTriangle.InputTriangle

Definition at line 22 of file MyIntersectionResultLineTriangle.cs.

Vector3 VRage.Game.Models.MyIntersectionResultLineTriangle.InputTriangleNormal

Definition at line 26 of file MyIntersectionResultLineTriangle.cs.

int VRage.Game.Models.MyIntersectionResultLineTriangle.TriangleIndex

Definition at line 29 of file MyIntersectionResultLineTriangle.cs.


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