Questions tagged [implementation]

9 questions
5
votes
2 answers

Is there any open code to get information about COLLADA or OBJ files?

I need a source code that takes as input a COLLADA file and/or an OBJ file, and gives as output basic information about the file, such as file size, model dimension, volume and if possible texture issues.
3
votes
1 answer

understand a pseudo angle implementation

I'm trying to understand a go library for Delaunay triangulation and found out this function to calculate the pseudo angle Here is the implementation of the psuedo angle func pseudoAngle(dx, dy float64) float64 { p := dx / (math.Abs(dx)…
Tawfik
  • 55
  • 3