C# Class TerrainDisplay.Collision.OCTree.OCTPoly

Mostrar archivo Open project: WCell/WCell-Terrain Class Usage Examples

Public Properties

Property Type Description
Verts System.Vector3[]

Public Methods

Method Description
OCTPoly ( OCTPoly poly ) : System
OCTPoly ( System.Vector3 a, System.Vector3 b, System.Vector3 c ) : System

Method Details

OCTPoly() public method

public OCTPoly ( OCTPoly poly ) : System
poly OCTPoly
return System

OCTPoly() public method

public OCTPoly ( System.Vector3 a, System.Vector3 b, System.Vector3 c ) : System
a System.Vector3
b System.Vector3
c System.Vector3
return System

Property Details

Verts public_oe property

The vertices that make up this OctPoly, currently 3.
public Vector3[],System Verts
return System.Vector3[]