C# 클래스 OctreeLeaf, Octree

파일 보기 프로젝트 열기: Pixelstudio/Octree 1 사용 예제들

공개 메소드들

메소드 설명
OctreeLeaf ( double x, double y, double z, object obj ) : System
OctreeLeaf ( float x, float y, float z, object obj ) : System

메소드 상세

OctreeLeaf() 공개 메소드

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

OctreeLeaf() 공개 메소드

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