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::
Line
PG::Geo::Line
Struct
Value
Object
Defined in:
pg/geo.cr
Constructors
.new
(a : Float64, b : Float64, c : Float64)
Instance Method Summary
#a
: Float64
#b
: Float64
#c
: Float64
#clone
#copy_with
(a _a = @a, b _b = @b, c _c = @c)
Constructor Detail
def self.
new
(a : Float64, b : Float64, c : Float64)
#
[
View source
]
Instance Method Detail
def
a
: Float64
#
def
b
: Float64
#
def
c
: Float64
#
def
clone
#
[
View source
]
def
copy_with
(a _a = @a, b _b = @b, c _c = @c)
#
[
View source
]