Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VolumeVector

Describes a vector in the context of volumes, which can be accessed with a VolumeDirection.

Hierarchy

  • VolumeVector

Index

Constructors

Properties

Methods

Constructors

Private constructor

  • new VolumeVector(x: number, y: number, z: number): VolumeVector
  • Parameters

    • x: number
    • y: number
    • z: number

    Returns VolumeVector

Properties

x

x: number

X-Direction

y

y: number

Y-Direction

z

z: number

Z-Direction

Methods

get

  • Returns the value of the vector in the specified direction.

    Parameters

    Returns number

set

  • Sets the value of the vector in the specified direction.

    Parameters

    Returns void

Generated using TypeDoc