Searched defs:newZ (Results 1 – 1 of 1) sorted by relevance
253 final float newZ = this.w * other.z + this.z * other.w + this.x * other.y - this.y * other.x; in mul() local272 final float newZ = this.w * z + this.z * w + this.x * y - this.y * x; in mul() local288 final float newZ = other.w * this.z + other.z * this.w + other.x * this.y - other.y * x; in mulLeft() local307 final float newZ = w * this.z + z * this.w + x * this.y - y * this.x; in mulLeft() local