TopologySphereDescriptor

Interface TopologySphereDescriptor

Describes a topological sphere entity.

interface TopologySphereDescriptor {
    area: number;
    center: [number, number, number];
    radius: number;
}

Properties

Properties

area: number

The area of the sphere.

center: [number, number, number]

The center point of the sphere.

radius: number

The radius of the sphere.