mathSin

Returns the sine of an angle in degrees. Takes angle (angle in degrees). Returns the sine value.

Mathematics

Parameters & Returns

Parameters

angle Double

Returns

Double

Quick Summary

Returns the sine of an angle in degrees. Takes angle (angle in degrees). Returns the sine value.

Technical Exegesis...

Calculates the sine of the given angle. The angle parameter is in degrees, not radians.

Returns a value between -1.0 and 1.0. Commonly used for circular motion, wave patterns, and Y-component of directional vectors.

Example

Example.bam
; No example implemented yet