Skip to content
On this page

Ellipsoid

Ellipsoid requires definition of a center point, the radius, and the oritentation. (xcenterX)2radiusX2+(ycenterY)2radiusY2+(zcenterZ)2radiusZ2=1\frac{(x-centerX)^2}{radiusX^2}+\frac{(y-centerY)^2}{radiusY^2}+\frac{(z-centerZ)^2}{radiusZ^2}=1

  • centerX, centerY, centerZ: the center point coordinate (within the simulation grid) of the defined ellipsoid.
  • radiusX, radiusY, radiusZ: the ellipsoid radius.
  • rotationX, rotationY, rotationZ: the rotation angle (degree) along x, y, and z axis in sequence.

Updated on 2023-03-18 at 16:45:26 -0400

This website is developed using vitepress.