Home | History | Annotate | Download | only in math

Lines Matching refs:yAxis

896      * @param yAxis vector representing the y-axis of the coordinate system.

899 public Quaternion fromAxes(Vector3f xAxis, Vector3f yAxis, Vector3f zAxis) {
900 return fromRotationMatrix(xAxis.x, yAxis.x, zAxis.x, xAxis.y, yAxis.y,
901 zAxis.y, xAxis.z, yAxis.z, zAxis.z);