Skip to main content

Enumeration: TagDomain

component.TagDomain

Enumeration for tag domains.

readonly

description Defines where lines between two vertices are treated as straight.

Only applicable for polygons. For rectangles lines between vertices are always treated as straight in the distorted 2D projection and bended in the undistorted 3D space.

Enumeration members#

ThreeDimensional#

• ThreeDimensional = 1

Treats lines as straight in the undistorted 3D space. If the image is distorted this will result in bended lines when rendered on the distorted 2D projection of the image.

Defined in#

component/tag/tag/TagDomain.ts:26


TwoDimensional#

• TwoDimensional = 0

Treats lines between two vertices as straight in the distorted 2D projection, i.e. on the image. If the image is distorted this will result in bended lines when rendered in the undistorted 3D space.

Defined in#

component/tag/tag/TagDomain.ts:19