The Wayback Machine - https://web.archive.org/web/20220516173244/https://github.com/topics/geometry-processing
Skip to content
#

geometry-processing

Here are 204 public repositories matching this topic...

CameronBieganek
CameronBieganek commented Jan 21, 2022

This ought to work:

julia> c = Ball(Point(0, 0), 1)
ERROR: MethodError: no method matching Ball(::Point2, ::Int64)
Closest candidates are:
  Ball(::Tuple, ::Any) at ~/.julia/packages/Meshes/6EgDO/src/primitives/ball.jl:17
  Ball(::Point{Dim, T}, ::T) where {Dim, T} at ~/.julia/packages/Meshes/6EgDO/src/primitives/ball.jl:13

You could either use promotion in the constructor

enhancement good first issue

Improve this page

Add a description, image, and links to the geometry-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the geometry-processing topic, visit your repo's landing page and select "manage topics."

Learn more