Top "Plane" questions

A plane, in geometry, is a flat 2D surface that extends indefinitely.

3D rotations of a plane

I'm doing something where I have a plane in a coord sys A with a set of points already on …

math 3d geometry rotation plane
Rendering infinitely large plane

I want to render a plane so that it looks as if it goes to infinity in all directions. I …

opengl rendering linear-algebra plane
3D Plane fitting algorithms

So I'm working on a project where me and a buddy of mine scanned a room using the KINECTv2 and …

algorithm 3d plane printer-control-language
Normal Vector of Three Points

Hey math geeks, I've got a problem that's been stumping me for a while now. It's for a personal project. …

math vector plane projective-geometry
Trying to calculate the slope of a plane from a normal

I have a set of 3D normal vectors for points on a 3D mesh, and I need to calculate the …

vector angle normals plane
How to convert a 3D point on a plane to UV coordinates?

I have a 3d point, defined by [x0, y0, z0]. This point belongs to a plane, defined by [a, b, …

c# math 3d texture-mapping plane
How do I find the plane at which two hyperplanes intersect?

In the case of finding the line at which two planes intersect, you need to take the cross product of …

linear-algebra intersection plane
3D Ray-Quad intersection test in java

In 3D space I am trying to determine if a ray/line intersects a square and if so, the x …

java 3d line intersection plane
How to efficiently rotate and translate a plane in 3D

I have a plane defined by a normal (n) and a distance (d) (from the origin). I would like to …

3d vector translation rotation plane