Options
All
  • Public
  • Public/Protected
  • All
Menu

Class representing the axis, which the Direction's plane is perpendicular to.

since

5.0

Hierarchy

Index

Constructors

  • Since Axis is originally a Java enum, new instances cannot be constructed

    since

    5.0

    Parameters

    Returns Axis

Properties

X: Axis
new Axis("x", Plane.HORIZONTAL);
since

5.0

Y: Axis
new Axis("y", Plane.VERTICAL);
since

5.0

Z: Axis
new Axis("z", Plane.HORIZONTAL);
since

5.0

class: Class<Object>

Methods

  • clone(): any
  • equals(param0: any): boolean
  • Parameters

    • param0: any

    Returns boolean

  • finalize(): void
  • hashCode(): number
  • isHorizontal(): boolean
  • isVertical(): boolean
  • notify(): void
  • notifyAll(): void
  • toString(): string
  • wait(): void
  • wait(param0: number): void
  • wait(param0: number, param1: number): void
  • Returns void

  • Parameters

    • param0: number

    Returns void

  • Parameters

    • param0: number
    • param1: number

    Returns void

Generated using TypeDoc