C# Class CSG.BSPTree.Node

Afficher le fichier Open project: mkkellogg/CSG-BSP

Méthodes publiques

Свойство Type Description
GreaterThan Node
LessThan Node
SplitPlane Plane

Méthodes publiques

Méthode Description
Clone ( ) : Node
Create ( Plane splitPlane ) : Node
GetTriangleList ( ) : FastLinkedList
Invert ( ) : void

Private Methods

Méthode Description
Node ( ) : System.Collections

Method Details

Clone() public méthode

public Clone ( ) : Node
Résultat Node

Create() public static méthode

public static Create ( Plane splitPlane ) : Node
splitPlane Plane
Résultat Node

GetTriangleList() public méthode

public GetTriangleList ( ) : FastLinkedList
Résultat FastLinkedList

Invert() public méthode

public Invert ( ) : void
Résultat void

Property Details

GreaterThan public_oe property

public Node GreaterThan
Résultat Node

LessThan public_oe property

public Node LessThan
Résultat Node

SplitPlane public_oe property

public Plane SplitPlane
Résultat Plane