Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pg
v0.29.0
PG
BoolArray
CharArray
Connection
Driver
ConnectionBuilder
EscapeHelper
Float32Array
Float64Array
Geo
Box
Circle
Line
LineSegment
Path
Point
Polygon
Int16Array
Int32Array
Int64Array
Interval
ListenConnection
Numeric
NumericArray
PGValue
ResultSet
RuntimeError
Statement
StringArray
TimeArray
UUIDArray
PQ
ConnectionError
ConnInfo
Field
Notice
Notification
PgPass
PQError
Generated using Crystal 1.14.0
2024-11-06 11:36:01 UTC
struct
PG::
Geo::
Polygon
PG::Geo::Polygon
Struct
Value
Object
Defined in:
pg/geo.cr
Constructors
.new
(points : Array(Point))
Instance Method Summary
#clone
#copy_with
(points _points = @points)
#points
: Array(Point)
Constructor Detail
def self.
new
(points : Array(
Point
))
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(points _points = @points)
#
[
View source
]
def
points
: Array(
Point
)
#