C# Class OctreeLeaf, Octree

Mostrar archivo Open project: Pixelstudio/Octree Class Usage Examples

Public Methods

Method Description
OctreeLeaf ( double x, double y, double z, object obj ) : System
OctreeLeaf ( float x, float y, float z, object obj ) : System

Method Details

OctreeLeaf() public method

public OctreeLeaf ( double x, double y, double z, object obj ) : System
x double
y double
z double
obj object
return System

OctreeLeaf() public method

public OctreeLeaf ( float x, float y, float z, object obj ) : System
x float
y float
z float
obj object
return System