Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Transforms

Index

Constructors

constructor

Methods

identity

  • identity(): TransformMatrix
  • Creates the identity transformation

    group

    identity

    shortname

    identity

    drawable

    false

    Returns TransformMatrix

    transformation

rotationCenterAxis

  • Creates a rotation transformations around the center and an axis

    group

    rotation

    shortname

    center axis

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

rotationCenterX

  • Creates a rotation transformations around the center and an X axis

    group

    rotation

    shortname

    center x

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

rotationCenterY

  • Creates a rotation transformations around the center and an Y axis

    group

    rotation

    shortname

    center y

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

rotationCenterYawPitchRoll

  • Creates a rotation transformations with yaw pitch and roll

    group

    rotation

    shortname

    yaw pitch roll

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

rotationCenterZ

  • Creates a rotation transformations around the center and an Z axis

    group

    rotation

    shortname

    center z

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

scaleCenterXYZ

  • Scale transformation around center and xyz directions

    group

    rotation

    shortname

    center xyz

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

scaleXYZ

  • Creates the scale transformation in x, y and z directions

    group

    scale

    shortname

    xyz

    drawable

    false

    Parameters

    • inputs: ScaleXYZDto

      Scale XYZ number array information

    Returns TransformMatrixes

    transformation

stretchDirFromCenter

  • Creates a stretch transformation along a specific direction, relative to a center point. This scales points along the given direction vector while leaving points in the plane perpendicular to the direction (passing through the center) unchanged.

    group

    scale

    shortname

    stretch dir center

    drawable

    false

    Parameters

    Returns TransformMatrixes

    Array of transformations: [Translate To Origin, Stretch, Translate Back].

translationXYZ

  • Creates the translation transformation

    group

    translation

    shortname

    xyz

    drawable

    false

    Parameters

    Returns TransformMatrixes

    transformation

translationsXYZ

  • Creates the translation transformation

    group

    translations

    shortname

    xyz

    drawable

    false

    Parameters

    Returns TransformMatrixes[]

    transformation

uniformScale

  • Creates uniform scale transformation

    group

    scale

    shortname

    uniform

    drawable

    false

    Parameters

    Returns TransformMatrixes

    transformation

uniformScaleFromCenter

  • Creates uniform scale transformation from the center

    group

    scale

    shortname

    uniform from center

    drawable

    false

    Parameters

    Returns TransformMatrixes

    array of transformations

Generated using TypeDoc