Planes3

class sonic.Planes3

Bases: sonic.GeometryP3

Constructor Summary
Planes3(varargin)

Constructs a Plane object in P3/R3. This object can contain a multitude of planes, including planes at infinity.

Inputs:
  • coords (4xn double): A set of coordinates specifying n planes in P3

    OR

  • normal (3xn double): Normal vector for each plane, with the normals as the columns of this matrix

  • dist (1xn double): Signed distance from origin for n planes

Outputs:
  • obj (sonic.Planes3): Planes3 object, which can contain multiple planes.

Last revised: 5/06/24 Last author: Michael Krause

Property Summary
dist
has_inf_planes
inf_planes
n
normal
p3