Overload List

  NameDescription
Public methodConvex()()()()
Creates an empty convex.
Public methodConvex(Int32)
Creates an empty convex of given capacity.
Public methodConvex(Convex)
Creates a convex from another one.
Public methodConvex(Halfspace)
Creates a convex with a single halfspace in it.
Public methodConvex(IEnumerable<(Of <<'(Halfspace>)>>))
Creates a convex from a collection of halfspaces.
Public methodConvex(IList<(Of <<'(Halfspace>)>>))
Creates a convex from a list of halfspaces.
Public methodConvex(List<(Of <<'(Cartesian>)>>), PointOrder)
Creates a polygon from a list of points.
Public methodConvex(Halfspace, Boolean)
Creates a convex with a single halfspace in it.
Public methodConvex(Double, Double, Double)
Creates a circle of specified center (RA, Dec) and radius (arcmin).
Public methodConvex(Cartesian, Cartesian, Cartesian)
Creates a triangle from three points.

See Also