TopologySphereDescriptor#
Type alias TopologySphereDescriptor
Topology Sphere Descriptor: {
area: number;
center: [number, number, number];
radius: number;
}
area: number;
center: [number, number, number];
radius: number;
}
Type declaration
-
area: number
The area of the Sphere.
-
center: [number, number, number]
The center point of the Sphere.
-
radius: number
The radius of the Sphere.
Describes a topological Sphere element.