Searched refs:fromMatrix (Results 1 – 4 of 4) sorted by relevance
83 public static Pose fromMatrix(Matrix matrix) { in fromMatrix() method in Pose85 Quaternion rotation = Quaternion.fromMatrix(matrix); in fromMatrix()
121 public static Quaternion fromMatrix(@NonNull Matrix matrix) { in fromMatrix() method in Quaternion208 return fromMatrix(new Matrix(matrix)); in fromAxes()
89 publish(Pose.fromMatrix(new Matrix(v))); in applyPose()
51 Pose p = Pose.fromMatrix(m); in testMatrix()