setFromMatrix4 method

void setFromMatrix4(
  1. Matrix4 matrix
)

Implementation

void setFromMatrix4(Matrix4 matrix) {
  matrix.decompose(position, rotation, scale);
}