Home | History | Annotate | Download | only in math

Lines Matching refs:opposite

1301      *         in the exact opposite direction of this Quaternion.

1303 public Quaternion opposite() {
1304 return opposite(null);
1313 * describes a rotation that would point you in the exact opposite
1316 public Quaternion opposite(Quaternion store) {
1330 * you in the exact opposite direction of where it is pointing
1334 return opposite(this);