PlaneType


class PlaneType


A simple summary of the normal vector of a Plane.

Summary

Public companion properties

PlaneType

A horizontal plane facing downward (e.g. a ceiling).

PlaneType

A horizontal plane facing upward (e.g. floor or tabletop).

PlaneType

A vertical plane (e.g. a wall).

Public functions

open String

Returns a string representation of PlaneType for debugging.

Public companion properties

HORIZONTAL_DOWNWARD_FACING

val HORIZONTAL_DOWNWARD_FACINGPlaneType

A horizontal plane facing downward (e.g. a ceiling).

HORIZONTAL_UPWARD_FACING

val HORIZONTAL_UPWARD_FACINGPlaneType

A horizontal plane facing upward (e.g. floor or tabletop).

VERTICAL

val VERTICALPlaneType

A vertical plane (e.g. a wall).

Public functions

toString

open fun toString(): String

Returns a string representation of PlaneType for debugging.

Note: Not intended for production use.