compute_circle_bounding_box
compute_circle_bounding_box(result, centerX, centerY, centerZ, normalX, normalY, normalZ, radius)
Compute 3d bounds of a circle in 3d space NOTE: based on https://stackoverflow.com/questions/2592011/bounding-boxes-for-circle-and-arcs-in-3d
Kind: global function
Param | Type | Description |
---|---|---|
result | AABB3 | |
centerX | number | |
centerY | number | |
centerZ | number | |
normalX | number | orientation of the circle |
normalY | number | orientation of the circle |
normalZ | number | orientation of the circle |
radius | number |