C# 클래스 Hyperion.Accelerators.KdTree.KdAcceleratorNode

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

공개 프로퍼티들

프로퍼티 타입 설명
AboveChild int
NumberOfPrimitives int
OnePrimitive int
Primitives int[]
Split double

공개 메소드들

메소드 설명
InitInterior ( int axis, int ac, double s ) : void

InitLeaf ( int primNums, int np ) : void

메소드 상세

InitInterior() 공개 메소드

public InitInterior ( int axis, int ac, double s ) : void
axis int /// A ///
ac int /// A ///
s double /// A ///
리턴 void

InitLeaf() 공개 메소드

public InitLeaf ( int primNums, int np ) : void
primNums int /// A ///
np int /// A ///
리턴 void

프로퍼티 상세

AboveChild 공개적으로 프로퍼티

public int AboveChild
리턴 int

NumberOfPrimitives 공개적으로 프로퍼티

public int NumberOfPrimitives
리턴 int

OnePrimitive 공개적으로 프로퍼티

public int OnePrimitive
리턴 int

Primitives 공개적으로 프로퍼티

public int[] Primitives
리턴 int[]

Split 공개적으로 프로퍼티

public double Split
리턴 double