Skip to content

A Julia wrapper around the Delaunay triangulator startin written in Rust by @hugoledoux

License

Notifications You must be signed in to change notification settings

evetion/StarTIN.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarTIN

Stable Dev Build Status

A Julia wrapper around the Delaunay triangulator startin written in Rust by @hugoledoux.

Install

]add StarTIN

Usage

using StarTIN

t = DT()
points = rand(3,100)
insert!(t, points)

value = interpolate_linear(t, 0.5, 0.5)

write!("test.obj", t)

TODO

  • Add support for DT options, such as random walking or not
  • Add support for retrieving all stars/triangles

About

A Julia wrapper around the Delaunay triangulator startin written in Rust by @hugoledoux

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages