Method b3ComputeCosSin
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3ComputeCosSin(float)
Computes the cosine and sine of an angle, deterministically across platforms.
public static extern b3CosSin b3ComputeCosSin(float radians)Parameters
radiansfloat-
The angle in radians.
Returns
- b3CosSin
-
The cosine and sine pair.