float cos(float n)
n
のコサインを返します。n
の単位はラジアンです。
vector2 cos(vector2 n)
vector cos(vector n)
vector4 cos(vector4 n)
各コンポーネントにcos()
が適用された新しいベクトルを返します。
See also | |
math |
|
trig |