Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PointInTriangleSample

Sample of various ways determination whether point lies inside triangle. There are five ways:

  • Calculating normals;
  • Which side the point is;
  • Sum of the angles between vectors;
  • Barycentric coordinate system;
  • Calculate areas of the triangles.

About

Sample of various ways determination whether point lies inside triangle

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages