Package-level declarations
Functions
Link copied to clipboard
Calculates the best fitting plane that lies in a list of Vector3D. See StackExchange for more information.
Link copied to clipboard
Link copied to clipboard
Calculates the normal of a vertex list by means of (Newell’s method)https://www.khronos.org/opengl/wiki/Calculating_a_Surface_Normal#Newell.27s_Method.
Link copied to clipboard
Returns true, if the list of Vector2D has a clockwise order.
Link copied to clipboard
Link copied to clipboard
Returns true, if the list of Vector2D has an anti-clockwise order.
Link copied to clipboard
Removes consecutively following side duplicates. For example, (A, B, C, B, D) will yield (A, B, C, D).
Link copied to clipboard
Link copied to clipboard
Conversion to a string of coordinates.