Search found 1 match
- Sun Feb 16, 2020 3:15 pm
- Forum: Geometry
- Topic: Grid, Plane and Fix Anchor Geometry Problem
- Replies: 0
- Views: 7340
Grid, Plane and Fix Anchor Geometry Problem
Problem statement: you are given 4 coordinates of the points. Grid size: X*Y (Both scalar parameters) Plane Size: Px * Py (Both scalar parameters) Fixed point: don't change the coordinate of the point. GNx, No of plane on X axis= ceil(X/Px) GNy, No of plane on Y axis= ceil(Y/Py) this will generate ...