Searched refs:getZ (Results 1 – 10 of 10) sorted by relevance
186 q3 = coeff * axis.getZ(); in Rotation()326 double u1z = u1.getZ(); in Rotation()330 double u2z = u2.getZ(); in Rotation()336 double v1z = coeff * v1.getZ(); in Rotation()348 double v2z = alpha * v1z + beta * v2.getZ(); in Rotation()358 double dz1 = v1z - u1.getZ(); in Rotation()361 double dz2 = v2z - u2.getZ(); in Rotation()367 k.getZ() * (u1x * u2y - u1y * u2x); in Rotation()376 double u3z = u3.getZ(); in Rotation()379 double v3z = v3.getZ(); in Rotation()[all …]
216 formatDouble(vector.getZ(), format, toAppendTo, pos); in format()
199 public double getZ() { in getZ() method in Vector3D
129 assertEquals(345.1, loaded.getZ()); in testPoint3d()147 assertEquals(345.1, loaded.getPoint3d().getZ()); in testShapeNoTags()
27 public double getZ() { in getZ() method in Point3d
219 Z getZ();229 const X &xr = getZ().has.x; in g()
262 int getZ(const DoubleDerivedVTBL &obj) { in getZ() function291 clang_analyzer_eval(getZ(d) == 3); // expected-warning{{TRUE}} in testDoubleDerived()303 clang_analyzer_eval(getZ(d3) == 3); // expected-warning{{TRUE}} in testDoubleDerived()
19 call void @getZ(i32* %responseZ, i8* %valueZ)66 call void @getZ(i32* %responseZ, i8* %valueZ)103 declare void @getZ(i32*, i8*) #0
89 $success &= assert($monster->getPos()->getZ() == 3.0);
1514 $z = $pos->getZ();