Assembly: VRage.Game.dll

public struct MyIntersectionResultLineTriangle

Fields

Member Description
BoneWeights
Distance
InputTriangle
InputTriangleNormal
TriangleIndex

Constructors

Member Description
MyIntersectionResultLineTriangle(int, ref MyTriangle_Vertices, ref Vector3, float)
MyIntersectionResultLineTriangle(int, ref MyTriangle_Vertices, ref MyTriangle_BoneIndicesWeigths?, ref Vector3, float)

Methods

Member Description
static GetCloserIntersection(ref MyIntersectionResultLineTriangle?, ref MyIntersectionResultLineTriangle?)