struct PF::Bezier::Quad(T)
- PF::Bezier::Quad(T)
- Struct
- Value
- Object
Included Modules
Defined in:
bezier/quad.crConstructors
Class Method Summary
Instance Method Summary
-
#at(t : Float64)
Get the point at percentage t of the curve
- #p0 : Vector2(T)
- #p0=(p0 : Vector2(T))
- #p1 : Vector2(T)
- #p1=(p1 : Vector2(T))
- #p2 : Vector2(T)
- #p2=(p2 : Vector2(T))
- #points