C# 클래스 BEPUutilities2.Vector3x

Extra functionality for the Vector3 struct.
Hopefully, all of this should eventually go away as the System.Numerics.Vectors improves.
파일 보기 프로젝트 열기: RossNordby/scratchpad 1 사용 예제들

비공개 메소드들

메소드 설명
Cross ( Vector3 &a, Vector3 &b, Vector3 &result ) : void
Lerp ( Vector3 &a, Vector3 &b, float t, Vector3 &result ) : void