JuliaGeometry / GeometricalPredicates.jl

Fast and robust 2D & 3D incircle/intriangle/etc. for Julia
Other
57 stars 14 forks source link

Should there be an immutable primitive type? #5

Open skariel opened 10 years ago

skariel commented 10 years ago

So for e.g. line could be immutable primitive. Currently it is not a primitive.

Or maybe line should be made mutable?