Plane.Type


class Plane.Type


A simple summary of the normal vector of a Plane.

Summary

Public companion properties

Plane.Type

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

Plane.Type

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

Plane.Type

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

Public functions

open String

Public companion properties

HORIZONTAL_DOWNWARD_FACING

val HORIZONTAL_DOWNWARD_FACINGPlane.Type

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

HORIZONTAL_UPWARD_FACING

val HORIZONTAL_UPWARD_FACINGPlane.Type

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

VERTICAL

val VERTICALPlane.Type

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

Public functions

toString

open fun toString(): String