sin
float sin(float n)
Returns the sine of n, where n is in radians.
<vector> sin(<vector>n)
Returns a new vector with sin() applied to each component.
float sin(float n)
Returns the sine of n, where n is in radians.
<vector> sin(<vector>n)
Returns a new vector with sin() applied to each component.