Lines Matching refs:fZ
142 Edge(float x, float y, float z) : fX(x), fY(y), fZ(z) {}145 (fY * other.fZ - other.fY * fZ) /147 (fX * other.fZ - other.fX * fZ) /150 float fX, fY, fZ;