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

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

공개 메소드들

메소드 설명
computeConcavity ( List vertices, List indices, float4 &plane, float &volume ) : float
computeMeshVolume ( List vertices, List indices ) : float
computeMeshVolume2 ( List vertices, List indices ) : float
featureMatch ( CTri m, List tris, List input_mesh ) : bool

비공개 메소드들

메소드 설명
det ( float3 p1, float3 p2, float3 p3 ) : float
tetVolume ( float3 p0, float3 p1, float3 p2, float3 p3 ) : float

메소드 상세

computeConcavity() 공개 정적인 메소드

public static computeConcavity ( List vertices, List indices, float4 &plane, float &volume ) : float
vertices List
indices List
plane float4
volume float
리턴 float

computeMeshVolume() 공개 정적인 메소드

public static computeMeshVolume ( List vertices, List indices ) : float
vertices List
indices List
리턴 float

computeMeshVolume2() 공개 정적인 메소드

public static computeMeshVolume2 ( List vertices, List indices ) : float
vertices List
indices List
리턴 float

featureMatch() 공개 정적인 메소드

public static featureMatch ( CTri m, List tris, List input_mesh ) : bool
m CTri
tris List
input_mesh List
리턴 bool