Table of Contents

Method b3Sin

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Sin(float)

Computes the sine of an angle.

public static float b3Sin(float radians)

Parameters

radians float

The angle in radians.

Returns

float

The sine.

Remarks

Deprecated in Box3D in favour of Box3D.Native.B3.b3ComputeCosSin(System.Single).