Method b3RoundDownFloat
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3RoundDownFloat(double)
Narrows a world coordinate towards negative infinity.
public static float b3RoundDownFloat(double x)Parameters
xdouble-
The coordinate.
Returns
- float
-
The narrowed coordinate.
Remarks
A plain conversion in the single-precision build.