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