Geometry3d.aip Official

# Normal of triangle
normal = tri.normal()

inside = tri.contains(Point(0.2, 0.3, 0))

tri = Triangle(Point(0,0,0), Point(1,0,0), Point(0,1,0)) geometry3d.aip

When you open a geometry3d.aip in a hex editor or a compliant parser (like the open-source libaip), you will find five distinct sections: # Normal of triangle normal = tri

A point cloud is a set of data points in space defined by X, Y, and Z coordinates. They are often the raw output of 3D scanners and LiDAR sensors. tri = Triangle(Point(0