Plane.Type


public final class Plane.Type


A simple summary of the normal vector of a Plane.

Summary

Public fields

static final @NonNull Plane.Type

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

static final @NonNull Plane.Type

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

static final @NonNull Plane.Type

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

Public methods

@NonNull String

Public fields

HORIZONTAL_DOWNWARD_FACING

public static final @NonNull Plane.Type HORIZONTAL_DOWNWARD_FACING

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

HORIZONTAL_UPWARD_FACING

public static final @NonNull Plane.Type HORIZONTAL_UPWARD_FACING

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

VERTICAL

public static final @NonNull Plane.Type VERTICAL

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

Public methods

toString

public @NonNull String toString()