Top "Plane" questions

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

3D Line-Plane Intersection

If given a line (represented by either a vector or two points on the line) how do I find the …

3d line intersection plane
Matplotlib - Plot a plane and points in 3D simultaneously

I m trying to plot simultaneously a plane and some points in 3D with Matplotlib. I have no errors just …

python matplotlib 3d plane
Projecting 3D points to 2D plane

Let A be a point for which I have the 3D coordinates x, y, z and I want to transform …

math 3d geometry 2d plane
Generate a plane with triangle strips

What would be the best algorithm to generate a list of vertices to draw a plane using triangle strips? I'm …

c++ opengl geometry plane gl-triangle-strip
Plane fitting to 4 (or more) XYZ points

I have 4 points, which are very near to be at the one plane - it is the 1,4-Dihydropyridine cycle. I …

python geometry least-squares plane
How to measure the tilt of the phone in XY plane using accelerometer in Android

I tried to use the Z axis data from SensorEvent.values, but it doesn't detect rotation of my phone in …

android accelerometer plane tilt
Line of intersection between two planes

How can I find the line of intersection between two planes? I know the mathematics idea, and I did the …

math language-agnostic plane
Fast plane fitting to many points

I'm looking to fit a plane to a set of ~ 6-10k 3D points. I'm looking to do this as …

performance matlab plane
Fast algorithm to find the x closest points to a given point on a plane

I would like to find a fast algorithm in order to find the x closest points to a given point …

c# algorithm map point plane
Transforming a 3D plane using a 4x4 matrix

I have a shape made out of several triangles which is positioned somewhere in world space with scale, rotate, translate. …

transform 3d plane