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

Function scalingMat3v

  • scalingMat3v(v: Vec3, m?: Mat3): Mat3

    Returns a 3x3 scaling matrix based on the given vector.

    Parameters

    • v: Vec3

      The scaling vector (x, y).

    • m: Mat3 = ...

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

    Returns Mat3

    The resulting 3x3 scaling matrix.

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

Settings

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

Generated using TypeDoc