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 |
public BorderDistance ( float x, float y, float z ) : double | ||
x | float | |
y | float | |
z | float | |
return | double |
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 |
public PointWithinBounds ( float x, float y, float z ) : bool | ||
x | float | |
y | float | |
z | float | |
return | bool |
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 |