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