Module sk_transform

Functions

from_pos_rot_scale (pos[, rot[, scale]])

Class Transform

Transform:decompose ()
Transform:__mul (other)


Functions

from_pos_rot_scale (pos[, rot[, scale]])

Parameters:

  • pos sk_math.Vector3
  • rot sk_math.Quaternion (optional)
  • scale sk_math.Scale (optional)

Returns:

    Transform

Class Transform

A 4x4 matrix transform
Transform:decompose ()

Returns:

  1. vector3.Vector3 position
  2. quaternion.Quaternion rotation
  3. vector3.Vector3 scale
Transform:__mul (other)

Parameters:

Returns:

    Transform
generated by LDoc 1.4.6 Last updated 2022-12-30 12:30:52