C# Class OctreeBox, Octree

显示文件 Open project: Pixelstudio/Octree Class Usage Examples

Public Methods

Method Description
BorderDistance ( float x, float y, float z ) : double
OctreeBox ( float xMax, float xMin, float yMax, float yMin, float zMax, float zMin ) : System
PointWithinBounds ( float x, float y, float z ) : bool
Within ( OctreeBox, box ) : bool
Within ( float xMax, float xMin, float yMax, float yMin, float zMax, float zMin ) : bool

Method Details

BorderDistance() public method

public BorderDistance ( float x, float y, float z ) : double
x float
y float
z float
return double

OctreeBox() public method

public OctreeBox ( float xMax, float xMin, float yMax, float yMin, float zMax, float zMin ) : System
xMax float
xMin float
yMax float
yMin float
zMax float
zMin float
return System

PointWithinBounds() public method

public PointWithinBounds ( float x, float y, float z ) : bool
x float
y float
z float
return bool

Within() public method

public Within ( OctreeBox, box ) : bool
box OctreeBox,
return bool

Within() public method

public Within ( float xMax, float xMin, float yMax, float yMin, float zMax, float zMin ) : bool
xMax float
xMin float
yMax float
yMin float
zMax float
zMin float
return bool