@novorender/web_app / BoundingSphere
Interface: BoundingSphere
Bounding sphere
Properties
center
readonly center: ReadonlyVec3;
Sphere center.
Defined in
@novorender/core3d/state/scene.ts:32
radius
readonly radius: number;
Sphere radius.
@novorender/web_app / BoundingSphere
Bounding sphere
readonly center: ReadonlyVec3;
Sphere center.
@novorender/core3d/state/scene.ts:32
readonly radius: number;
Sphere radius.