Method b3Cos
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Cos(float)
Computes the cosine of an angle.
public static float b3Cos(float radians)Parameters
radiansfloat-
The angle in radians.
Returns
- float
-
The cosine.
Remarks
Deprecated in Box3D in favour of Box3D.Native.B3.b3ComputeCosSin(System.Single).