Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BabylonTransforms

Index

Constructors

constructor

Methods

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

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