hexaeder / SplineMakie.jl

just a prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SplineMakie

Just a prototype for a spline recipe, something which takes several points and draws a continous curve throuth them

p = rand(Point2f0, 5)
spline(p)
scatter!(p)

Screenshot 2021-07-12 at 15 43 08

p = rand(Point3f0, 5)
spline(p)
scatter!(p, markersize=20)

Screenshot 2021-07-12 at 15 42 48

About

just a prototype

License:MIT License


Languages

Language:Julia 100.0%