Searched defs:xvec (Results 1 – 2 of 2) sorted by relevance
133 Vec3d xvec = normalize(new_yaxis.cross(zvec)); in WPlane() local162 Vec3d xvec = normalized(end_point - start_point); in WArrow() local215 Vec3d xvec = normalized(zvec.cross(arbitrary)); in WCircle() local256 Vec3d xvec = normalized(Vec3d(tip - center)); in WCone() local467 Vec3d xvec = normalize(new_yaxis.cross(zvec)); in WGrid() local
72 private int[] xvec, yvec; /* Vectors being compared. */ field in DiffMyers