PlaneLabel


class PlaneLabel


A semantic description of a Plane.

Summary

Public companion properties

PlaneLabel

The plane represents a ceiling.

PlaneLabel

The plane represents a floor.

PlaneLabel

The plane represents a table.

PlaneLabel

The plane represents an unknown type.

PlaneLabel

The plane represents a wall.

Public functions

open String

Returns a string representation of PlaneLabel for debugging.

Public companion properties

CEILING

val CEILINGPlaneLabel

The plane represents a ceiling.

FLOOR

val FLOORPlaneLabel

The plane represents a floor.

TABLE

val TABLEPlaneLabel

The plane represents a table.

UNKNOWN

val UNKNOWNPlaneLabel

The plane represents an unknown type.

WALL

val WALLPlaneLabel

The plane represents a wall.

Public functions

toString

open fun toString(): String

Returns a string representation of PlaneLabel for debugging.

Note: Not intended for production use.