4 references to BillboardEpsilon
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.Impl.cs (4)
123
if (axisZ.LengthSquared() <
BillboardEpsilon
)
154
if (axisZ.LengthSquared() <
BillboardEpsilon
)
185
if (faceDir.LengthSquared() <
BillboardEpsilon
)
245
if (faceDir.LengthSquared() <
BillboardEpsilon
)