RectangleD3DNewRectangleIncludingAllPoints Method |
Creates a new rectangle that includes all the provided points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static RectangleD3D NewRectangleIncludingAllPoints(
IEnumerable<PointD3D> points
)
Parameters
- points IEnumerablePointD3D
- The points that the rectangle should include.
Return Value
RectangleD3DThe rectangle that includes all the provided points.
Exceptions See Also