C# 클래스 BEPUutilitiesTests.BoundingTests

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

공개 메소드들

메소드 설명
Convert ( Vector3 v ) : BEPUutilities.Vector3
Test ( ) : void
TestBoxRaySIMD ( int iterationCount ) : float
TestBoxRayScalar ( int iterationCount ) : float
TestIntersection ( Ray simdRay, BoundingBox simdBox, int &intersectionCount ) : void

비공개 메소드들

메소드 설명
TestBoxRayCorrectness ( ) : void

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( Vector3 v ) : BEPUutilities.Vector3
v Vector3
리턴 BEPUutilities.Vector3

Test() 공개 정적인 메소드

public static Test ( ) : void
리턴 void

TestBoxRaySIMD() 공개 정적인 메소드

public static TestBoxRaySIMD ( int iterationCount ) : float
iterationCount int
리턴 float

TestBoxRayScalar() 공개 정적인 메소드

public static TestBoxRayScalar ( int iterationCount ) : float
iterationCount int
리턴 float

TestIntersection() 공개 정적인 메소드

public static TestIntersection ( Ray simdRay, BoundingBox simdBox, int &intersectionCount ) : void
simdRay Ray
simdBox BEPUutilities2.BoundingBox
intersectionCount int
리턴 void