Search found 2 matches

by diegoteijeiro
Fri Jul 08, 2022 2:24 pm
Forum: Questions
Topic: Add new plane using the 4 coefficients of the plane
Replies: 2
Views: 782

Re: Add new plane using the 4 coefficients of the plane

I think a got a way of doing it. Setting the center of the rendered plane with a point inside the plane, forces to render the plane in the correct position. I only want to render a part of the plane, therefore i know the "size" or the X and Y ranges i want the plane to be rendered. Using t...
by diegoteijeiro
Fri Jul 08, 2022 12:47 pm
Forum: Questions
Topic: Add new plane using the 4 coefficients of the plane
Replies: 2
Views: 782

Add new plane using the 4 coefficients of the plane

Hello, I have not found a way to create a new plane using the 4 coefficient of the plane. The first 3 are the normal, so i can create a plane with the correct inclination, but i need to include the 4th coefficient since the height with respect to the origin is important. I want to check if a fitted ...