C# 클래스 Universe.Physics.ConvexDecompositionDotNet.SplitPlane

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

공개 메소드들

메소드 설명
computeSplitPlane ( List vertices, List indices, float4 &plane ) : bool
splitRect ( int axis, Rect3d source, Rect3d b1, Rect3d b2, float midpoint ) : void

비공개 메소드들

메소드 설명
computePlane ( float A, float B, float C, float4 plane ) : void

메소드 상세

computeSplitPlane() 공개 정적인 메소드

public static computeSplitPlane ( List vertices, List indices, float4 &plane ) : bool
vertices List
indices List
plane float4
리턴 bool

splitRect() 공개 정적인 메소드

public static splitRect ( int axis, Rect3d source, Rect3d b1, Rect3d b2, float midpoint ) : void
axis int
source Rect3d
b1 Rect3d
b2 Rect3d
midpoint float
리턴 void