4 references to BillboardEpsilon
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (4)
223
if (axisZ.LengthSquared() <
BillboardEpsilon
)
254
if (axisZ.LengthSquared() <
BillboardEpsilon
)
285
if (faceDir.LengthSquared() <
BillboardEpsilon
)
345
if (faceDir.LengthSquared() <
BillboardEpsilon
)