Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • TranslateXYCrossSectionDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional crossSection: T
    • Optional x: number
    • Optional y: number

    Returns TranslateXYCrossSectionDto<T>

Properties

crossSection

crossSection: T

Manifold shape

x

x: number

The translation X axis

default

0

minimum

-Infinity

maximum

Infinity

step

1

y

y: number

The translation Y axis

default

0

minimum

-Infinity

maximum

Infinity

step

1

Generated using TypeDoc