• Preparing search index...
  • The search index is not available
@xeokit/sdk - v0.1.0
  • @xeokit/sdk
  • base
  • math
  • matrix
  • scalingMat4v

Function scalingMat4v

  • scalingMat4v(v: Vec3, m?: Mat4): Mat4

    Sets a 4x4 matrix to represent a scaling transformation.

    Parameters

    • v: Vec3

      The scaling vector (x, y, z).

    • m: Mat4 = ...

      The matrix to store the result. Defaults to the identity matrix.

    Returns Mat4

    The matrix representing the scaling.

    • Defined in packages/sdk/src/base/math/matrix.ts:972

Settings

Member Visibility
@xeokit/sdk - v0.1.0
  • Loading...

Generated using TypeDoc