|
Space Engineers
|
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 |
Definition at line 13 of file MyIntersectionResultLineTriangle.cs.
|
inline |
Definition at line 31 of file MyIntersectionResultLineTriangle.cs.
|
inline |
Definition at line 40 of file MyIntersectionResultLineTriangle.cs.
|
inlinestatic |
Definition at line 50 of file MyIntersectionResultLineTriangle.cs.
| 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.
1.8.8