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