Searched refs:rotMat (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DMatrix4f.java1547 public void setTransform(Vector3f position, Vector3f scale, Matrix3f rotMat) { argument
1554 m00 = scale.x * rotMat.m00;
1555 m01 = scale.y * rotMat.m01;
1556 m02 = scale.z * rotMat.m02;
1558 m10 = scale.x * rotMat.m10;
1559 m11 = scale.y * rotMat.m11;
1560 m12 = scale.z * rotMat.m12;
1562 m20 = scale.x * rotMat.m20;
1563 m21 = scale.y * rotMat.m21;
1564 m22 = scale.z * rotMat
[all...]

Completed in 167 milliseconds