TopologyConeDescriptor¶
Interface TopologyConeDescriptor
interface TopologyConeDescriptor {
area: number;
axis: [number, number, number];
center: [number, number, number];
halfAngle: number;
height: number;
radius: number;
}
area: number;
axis: [number, number, number];
center: [number, number, number];
halfAngle: number;
height: number;
radius: number;
}
Properties
area
area: number
The area of the cone.
axis
axis: [number, number, number]
The axis of the cone.
center
center: [number, number, number]
The center point of the cone.
half Angle
halfAngle: number
The half angle of the cone.
height
height: number
The height of the cone.
radius
radius: number
The radius of the cone.
Describes a topological cone entity.
See