The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

MEDIANPLANE Create a plane in the middle of 2 points.

   PLANE = medianPlane(P1, P2)
   Creates a plane in the middle of 2 points.
   PLANE is perpendicular to line (P1 P2) and contains the midpoint of P1
   and P2.
   The direction of the normal of PLANE is the same as the vector from P1
   to P2.

   See also:
   planes3d, createPlane

   ---------
   author : David Legland 
   INRA - TPV URPOI - BIA IMASTE
   created the 18/02/2005.

Package: matgeom