Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pf2d
v0.4.5
PF2d
Bezier
Cubic
Curve
Quad
Canvas
Circle
Clip
Drawable
Intercept
Grid
GridArray
GridSlice
Line
LinearGrid
Matrix
Poly
Quad
QuadSpline
Ray
Rect
ThreadedBinaryTree
Node
Transform
Tri
Vec
Vec2
Vec3
Vec4
Viewable
Generated using Crystal 1.16.3
2026-01-19 19:24:09 UTC
struct
PF2d::
Drawable::
Intercept
PF2d::Drawable::Intercept
Struct
Value
Object
Defined in:
pf2d/drawable/fill_spline.cr
Constructors
.new
(x : Float64, d : PF2d::Vec2(Float64))
Instance Method Summary
#clone
#copy_with
(x _x = @x, d _d = @d)
#d
: PF2d::Vec2(Float64)
#x
: Float64
Constructor Detail
def self.
new
(x : Float64, d :
PF2d::Vec2
(Float64))
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(x _x = @x, d _d = @d)
#
[
View source
]
def
d
:
PF2d::Vec2
(Float64)
#
def
x
: Float64
#