nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sat Jul 21, 2007 7:33 pm Post subject: |
|
|
Hi,
The square root can be declared in three different ways inside the .k3ds file:
1) sqrt(3)
2) 3^(1/2)
3) pow(3, 1/2)
So the formula above can be used like that :
Quote: | 16*x^3 + 16*y^3 - 31*z^3 + 24*x^2*z - 48*x*y^2 + 24*y^2*z - 54*sqrt(3)*z^2 - 72*z |  _________________ Cheers,
Abderrahman |
|