IIndexedPolygon
Represents an indexed polygon in 3D space. The polygon is defined using indices referencing the various attributes (e.g., position, texture coordinates, normals) provided in an external vertex data.
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Determines if the polygon defined by the given vertex data is convex.
Link copied to clipboard
Checks if the polygon defined by the given vertex data is planar.
Link copied to clipboard
Computes the normal vector of the polygon based on the given vertex data.
Link copied to clipboard
Computes a Point
by interpolating vertex attributes from a 3D polygon using barycentric coordinates.
Link copied to clipboard
Computes the 3D position of a point in a polygon using barycentric coordinates.
Link copied to clipboard
Converts the provided vertex data into a polygon representation.