Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnnotationsCylinder

A cylinder in 3D space, defined by the centers of the two end surfaces and the radius.

Hierarchy

  • AnnotationsCylinder

Index

Properties

centerA

centerA: number[]

The center of the first cap.

centerB

centerB: number[]

The center of the second cap.

Optional confidence

confidence: undefined | number

The confidence score for the primitive. It should be between 0 and 1.

min

0

max

1

Optional label

label: undefined | string

The label describing what type of object it is

radius

radius: number

The radius of the cylinder.

min

0