Points3¶
- class sonic.Points3¶
Bases:
sonic.GeometryP3
- Constructor Summary
- Points3(pts)¶
Constructs a Points object in P3/R3. This object can contain a multitude of points, including points at infinity.
- Inputs:
pts: A set of points, either in P3 or R3. The source of the points is inferred from the dimension of the input points:
(3xn double): points are in R3
(4xn double): points are in P3
- Outputs:
obj (sonic.Points3): Points3 object, a container for a multitude of 3D points.
Last revised: 2/15/24 Last author: Michael Krause
- Property Summary
- has_inf_points¶
- inf_points¶
- n¶
- p3¶
- p3_finite¶
- p3_infinite¶
- r3¶
- r3_finite¶