Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • MirrorDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional origin: Point3
    • Optional direction: Vector3

    Returns MirrorDto<T>

Properties

direction

direction: Vector3

Axis direction vector

default

[0, 0, 1]

origin

origin: Point3

Axis origin point

default

[0, 0, 0]

shape

shape: T

Shape to mirror

default

undefined

Generated using TypeDoc