• M
    Update docs/api/core/Vector3.html · e2d459b9
    maximeq 提交于
    isZero actually checks the squared length against the "small epsilon".
    0.0001 = 0.01² so the function will return true for a length < 0.01.
    
    By the way if there is a good reason for a so limited accuracy it should be given here in the doc (or maybe even in the code).
    e2d459b9
Vector3.html 4.1 KB