C# Класс TerrainDisplay.Collision.BSPTree

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BSPTree System
BSPTree System
DumpBranchContents void
FindRootNode short
FirstPointOfIntersection bool
GetBranchContents void
IntersectsWith bool
VisitNodes void

Открытые методы

Метод Описание
DumpNodes ( short nodeId, System.Vector3 vectors, TextWriter file ) : void
DumpTree ( System.Vector3 vectors ) : void

Приватные методы

Метод Описание
BSPTree ( IList nodes ) : System
BSPTree ( short rootId, BSPNode nodes ) : System
DumpBranchContents ( TextWriter file, BSPNode startAt, IList vectors ) : void
FindRootNode ( IList nodes ) : short
FirstPointOfIntersection ( Ray &ray, float &tMax, System.Vector3 vertices, System.Vector3 &pointOfIntersection ) : bool
GetBranchContents ( short nodeId, IList vectors, ICollection vertices ) : void
IntersectsWith ( Ray &ray, float &tMax, System.Vector3 vertices ) : bool
VisitNodes ( short nodeId, Ray &ray, float &tMax, Action callback ) : void

Описание методов

DumpNodes() публичный Метод

public DumpNodes ( short nodeId, System.Vector3 vectors, TextWriter file ) : void
nodeId short
vectors System.Vector3
file System.IO.TextWriter
Результат void

DumpTree() публичный Метод

public DumpTree ( System.Vector3 vectors ) : void
vectors System.Vector3
Результат void