Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CrossSectionTransforms

Index

Constructors

constructor

  • Parameters

    • manifoldWorkerManager: ManifoldWorkerManager

    Returns CrossSectionTransforms

Methods

mirror

  • Mirrors a cross section shape over a plane defined by a normal vector

    group

    transforms

    shortname

    mirror

    drawable

    true

    Parameters

    Returns Promise<CrossSectionPointer>

    Mirrored cross section shape

rotate

  • Rotates a cross section shape along the containing degrees

    group

    transforms

    shortname

    rotate

    drawable

    true

    Parameters

    Returns Promise<CrossSectionPointer>

    Rotated cross section shape

scale

  • Scales a cross section shape with single factor

    group

    transforms

    shortname

    scale uniform

    drawable

    true

    Parameters

    Returns Promise<CrossSectionPointer>

    Scaled cross section shape

scale2D

transform

  • Transforms a cross section shape by using the 3x3 transformation matrix

    group

    matrix

    shortname

    transform

    drawable

    true

    Parameters

    Returns Promise<CrossSectionPointer>

    Transformed cross section shape

translate

translateXY

Generated using TypeDoc