TopologySphereDescriptor

Interface TopologySphereDescriptor

Describes a topological sphere entity.

interface TopologySphereDescriptor {
    area: number;
    center: Vector3;
    radius: number;
}
Index

Properties

Properties

area: number

The area of the sphere.

center: Vector3

The center point of the sphere.

radius: number

The radius of the sphere.




Was this page helpful? Please leave a thumbs up or down.