mathCos

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

Mathematics

Parameters & Returns

Parameters

angle Double

Returns

Double

Quick Summary

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

Technical Exegesis...

Calculates the cosine 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 X-component of directional vectors.

Example

Example.bam
; No example implemented yet