Search Results

1
vote

Determine if two rectangles overlap each other?

Ask yourself the opposite question: How can I determine if two rectangles do not intersect at all? Obviously, a rectangle A completely to the left of rectangle B does not intersect. Also if A is …
0
votes

Simple way to interpolate between points in 3D space to form a smooth surface

Are you looking for a surface interpolation or would a grid be enough? For a surface interpolation I see that other have suggested using triangulations (for example use this: …