#geometry #3d #struct

triangle

Struct for geometric triangles. Includes Barycentric-Cartesian transforms and stuff..

11 releases

0.2.0 Apr 14, 2023
0.1.353 Sep 6, 2021
0.1.352 Aug 11, 2021
0.1.351 Feb 25, 2021
0.1.349 Dec 22, 2020

#883 in Math

Download history 11/week @ 2024-02-25 2/week @ 2024-03-10 288/week @ 2024-03-31

290 downloads per month

MIT license

16KB
345 lines

Struct for geometric triangles.

Features:

  • AABB
  • Angles
  • Area
  • Barycentric to Cartesian transform
  • Cartesian to Barycentric transform
  • Centroid
  • Circumradius
  • Checks wheter a given point lies inside the triangle
  • Checks if vertices are collinear
  • Heights
  • Inradius
  • Is it equilateral
  • Is it golden
  • Is it isosceles
  • Is it right-angled
  • Are Points sorted by axis
  • Medians
  • Normal
  • Perimeter
  • Ray/Triangle intersection by Möller & Trumbore algorithm
  • Semiperimeter
  • Sides
  • Sort Points by axis

Dependencies

~155KB