Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • MirrorShapesDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional origins: Point3[]
    • Optional directions: Vector3[]

    Returns MirrorShapesDto<T>

Properties

directions

directions: Vector3[]

Axis direction vector

default

[[0, 0, 1]]

origins

origins: Point3[]

Axis origin point

default

[[0, 0, 0]]

shapes

shapes: T[]

Shape to mirror

default

undefined

Generated using TypeDoc