Closed
Description
I'd like to make a case against the suffix 0
in types such as Point3f0
:
- It confuses beginners (see https://discourse.julialang.org/t/makie-scatter-plot-of-vector-of-points/41039)
- It adds visual noise
- It doesn't really make sense: in the syntax
1.2f0
, thef
denotesFloat32
and0
is an exponent.1.2f4
is also a Float32. - It is unnecessarily different from what people are used to: Point3f in OpenCV, Rhino, Java vecmath, Eigen (Vector3f), probably many more.
Is there a reason to prefer Point3f0?
Metadata
Metadata
Assignees
Labels
No labels