|
| MyModelOctree (MyModel model) |
|
VRage.Game.Models.MyIntersectionResultLineTriangleEx | GetIntersectionWithLine (IMyEntity physObject, ref LineD line, IntersectionFlags flags) |
|
VRage.Game.Models.MyIntersectionResultLineTriangleEx | GetIntersectionWithLine (IMyEntity physObject, ref LineD line, ref MatrixD customInvMatrix, IntersectionFlags flags) |
|
void | GetTrianglesIntersectingLine (IMyEntity entity, ref LineD line, IntersectionFlags flags, List< VRage.Game.Models.MyIntersectionResultLineTriangleEx > result) |
|
void | GetTrianglesIntersectingLine (IMyEntity entity, ref LineD line, ref MatrixD customInvMatrix, IntersectionFlags flags, List< MyIntersectionResultLineTriangleEx > result) |
|
void | GetTrianglesIntersectingSphere (ref BoundingSphereD sphere, Vector3?referenceNormalVector, float?maxAngle, List< MyTriangle_Vertex_Normals > retTriangles, int maxNeighbourTriangles) |
|
bool | GetIntersectionWithSphere (IMyEntity physObject, ref BoundingSphereD sphere) |
|
void | GetTrianglesIntersectingSphere (ref BoundingSphereD sphere, List< MyTriangle_Vertex_Normal > retTriangles, int maxNeighbourTriangles) |
|
void | GetTrianglesIntersectingAABB (ref BoundingBoxD box, List< MyTriangle_Vertex_Normal > retTriangles, int maxNeighbourTriangles) |
|
void | Close () |
|
void | GetTrianglesIntersectingLine (IMyEntity entity, ref LineD line, IntersectionFlags flags, List< MyIntersectionResultLineTriangleEx > result) |
|
Definition at line 25 of file MyModelOctree.cs.