createCenterMatrixRadii MethodStatic

Create a transform with given center and directions, applying the radii as multipliers for the respective columns of the axes.

createCenterMatrixRadii(center: Point3d, axes: Matrix3d, radiusX: number, radiusY: number, radiusZ: number): Ellipsoid

Parameter Type Description
center Point3d center of ellipsoid
axes Matrix3d x,y,z directions are columns of this matrix
radiusX number multiplier to be applied to the x direction
radiusY number multiplier to be applied to the y direction
radiusZ number multiplier to be applied to the z direction

Returns - Ellipsoid

Defined in

Last Updated: 28 October, 2024