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

HorizontalDownwardFacing

val HorizontalDownwardFacingPlane.Type

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

HorizontalUpwardFacing

val HorizontalUpwardFacingPlane.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