Home
last modified time | relevance | path

Searched refs:yPoint4 (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DRoomController.java1298 float xPoint3, float yPoint3, float xPoint4, float yPoint4) { in computeIntersection() argument
1300 xPoint3, yPoint3, xPoint4, yPoint4); in computeIntersection()
H A DPlanController.java3006 float xPoint3, float yPoint3, float xPoint4, float yPoint4) {
3010 float alpha2 = (yPoint4 - yPoint3) / (xPoint4 - xPoint3);
3017 float beta2 = yPoint4 - alpha2 * xPoint4;
3032 float beta2 = yPoint4 - alpha2 * xPoint4;