TopologyConeDescriptor

Interface TopologyConeDescriptor

Describes a topological cone entity.

interface TopologyConeDescriptor {
    area: number;
    axis: [number, number, number];
    center: [number, number, number];
    halfAngle: number;
    height: number;
    radius: number;
}

Properties

area: number

The area of the cone.

axis: [number, number, number]

The axis of the cone.

center: [number, number, number]

The center point of the cone.

halfAngle: number

The half angle of the cone.

height: number

The height of the cone.

radius: number

The radius of the cone.