C# Class CSG.BSPTree.Node

Datei anzeigen Open project: mkkellogg/CSG-BSP

Public Properties

Property Type Description
GreaterThan Node
LessThan Node
SplitPlane Plane

Public Methods

Method Description
Clone ( ) : Node
Create ( Plane splitPlane ) : Node
GetTriangleList ( ) : FastLinkedList
Invert ( ) : void

Private Methods

Method Description
Node ( ) : System.Collections

Method Details

Clone() public method

public Clone ( ) : Node
return Node

Create() public static method

public static Create ( Plane splitPlane ) : Node
splitPlane Plane
return Node

GetTriangleList() public method

public GetTriangleList ( ) : FastLinkedList
return FastLinkedList

Invert() public method

public Invert ( ) : void
return void

Property Details

GreaterThan public_oe property

public Node GreaterThan
return Node

LessThan public_oe property

public Node LessThan
return Node

SplitPlane public_oe property

public Plane SplitPlane
return Plane