PlaneType


public final class PlaneType


A simple summary of the normal vector of a Plane.

Summary

Public fields

static final @NonNull PlaneType

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

static final @NonNull PlaneType

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

static final @NonNull PlaneType

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

Public fields

HORIZONTAL_DOWNWARD_FACING

public static final @NonNull PlaneType HORIZONTAL_DOWNWARD_FACING

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

HORIZONTAL_UPWARD_FACING

public static final @NonNull PlaneType HORIZONTAL_UPWARD_FACING

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

VERTICAL

public static final @NonNull PlaneType VERTICAL

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