Space Engineers
Classes | Public Member Functions | Properties | List of all members
VRageRender.Utils.MyPolygonBoolOps Class Reference

Public Member Functions

MyPolygon Intersection (MyPolygon polyA, MyPolygon polyB)
 
MyPolygon Union (MyPolygon polyA, MyPolygon polyB)
 
MyPolygon Difference (MyPolygon polyA, MyPolygon polyB)
 
void DebugDraw (MatrixD drawMatrix)
 

Properties

static MyPolygonBoolOps Static [get]
 

Detailed Description

Definition at line 5 of file MyPolygonBoolOps-Operations.cs.

Member Function Documentation

void VRageRender.Utils.MyPolygonBoolOps.DebugDraw ( MatrixD  drawMatrix)
inline

Definition at line 1270 of file MyPolygonBoolOps.cs.

MyPolygon VRageRender.Utils.MyPolygonBoolOps.Difference ( MyPolygon  polyA,
MyPolygon  polyB 
)
inline

Definition at line 233 of file MyPolygonBoolOps.cs.

MyPolygon VRageRender.Utils.MyPolygonBoolOps.Intersection ( MyPolygon  polyA,
MyPolygon  polyB 
)
inline

Definition at line 223 of file MyPolygonBoolOps.cs.

MyPolygon VRageRender.Utils.MyPolygonBoolOps.Union ( MyPolygon  polyA,
MyPolygon  polyB 
)
inline

Definition at line 228 of file MyPolygonBoolOps.cs.

Property Documentation

MyPolygonBoolOps VRageRender.Utils.MyPolygonBoolOps.Static
staticget

Definition at line 13 of file MyPolygonBoolOps.cs.


The documentation for this class was generated from the following files: