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

geometry-algorithms

Here are 22 public repositories matching this topic...

zekeriyasari
zekeriyasari commented Aug 8, 2021

If I try to sample from a triangle whose vertices are float points, nothing is wrong.

julia> Ω = Ngon(Point(0., 1.), Point(1., 0.), Point(1., 1.))
Triangle{2,Float64}
  └─Point(0.0, 1.0)
  └─Point(1.0, 0.0)
  └─Point(1.0, 1.0)

julia> pnt = sample(Ω, HomogeneousSampling(5)) |> collect
5-element Vector{Point2}:
 Point(0.445212832411942, 0.9489938469778333)
 Point(0.43267110681

Projeto e implementação de uma classe e funções para resolução de problemas clássicos de geometria computacional. Trabalho realizado no 6º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Projeto e Análise de Algoritmos
  • Updated Dec 13, 2017
  • Python

Improve this page

Add a description, image, and links to the geometry-algorithms 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-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more