Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pf2d
v0.3.2
PF2d
Bezier
Cubic
Curve
Quad
Circle
Drawable
Intercept
Line
Matrix
Poly
QuadSpline
Rect
ThreadedBinaryTree
Node
Transform
Vec
Vec2
Vec3
Vec4
Viewable
Generated using Crystal 1.16.3
2025-10-09 18:25:17 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
#