Method AlmostZero
AlmostZero(Vector3)
Is the vector within Epsilon of zero length?
선언
public static bool AlmostZero(this Vector3 v)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Vector3 | v |
반환
타입 | 설명 |
---|---|
bool | True if the square magnitude of the vector is within Epsilon of zero |