GSharker / G-Shark

G-Shark is a free and open-source geometry library designed for computational designers and software developers in the Architecture, Engineering, and Construction (AEC) industry.
https://gsharker.github.io/G-Shark/
MIT License
215 stars 37 forks source link

Plane(origin, xDirection, yDirection) Bug #377

Closed d3ssy closed 2 years ago

d3ssy commented 3 years ago

If xDir and yDir vectors are not parallel then return plane through xDirection and yDirection whose XAxis is aligned to xDirection and YAxis is orthogonal to XAxis in the positive direction of yDirection.