Coordinate of the intersection of 3 normal vectors?

Hi all,

I have three points (with normals) and would like to:

intersect

  • calculate the coordinate where their normal vectors would intersect.

  • calculate the angle (red line in pic) of:
    calculated intersection > bottom point to
    calculated intersection > right point to

Any ideas how to do this?
intersect.toe (3.5 KB)

Are you looking to do this after they’ve been projected onto the 2D viewing plane?

No, In object/sop space. Basically these points are the centroids of 3 LED walls and I want to figure out the „optimal“ viewpoint

Would this work?

cheers
Markus

1 Like

It does . Thank you!