C# 클래스 BEPUutilities.MathChecker

Contains conditional extensions to check for bad values in various structures.
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

비공개 메소드들

메소드 설명
IsInvalid ( float f ) : bool

Checks a single float for validity. Separate from the extension method to avoid throwing exceptions deep in a call tree.

Validate ( this f ) : void