float cbrt(float n)
n
の三乗根を返します。
vector2 cbrt(vector2 v)
vector cbrt(vector v)
vector4 cbrt(vector4 v)
v
の各コンポーネントを三乗根にした新しいベクトルを返します。
math |
|