mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 21:26:53 +02:00
Typo fix in triangle_area()
This commit is contained in:
@@ -546,7 +546,7 @@ function adj_opp_to_ang(adj,opp) =
|
|||||||
// triangle_area(a,b,c);
|
// triangle_area(a,b,c);
|
||||||
// Description:
|
// Description:
|
||||||
// Returns the area of a triangle formed between three 2D or 3D vertices.
|
// Returns the area of a triangle formed between three 2D or 3D vertices.
|
||||||
// Result will be negative if the points are 2D and in in clockwise order.
|
// Result will be negative if the points are 2D and in clockwise order.
|
||||||
// Examples:
|
// Examples:
|
||||||
// triangle_area([0,0], [5,10], [10,0]); // Returns -50
|
// triangle_area([0,0], [5,10], [10,0]); // Returns -50
|
||||||
// triangle_area([10,0], [5,10], [0,0]); // Returns 50
|
// triangle_area([10,0], [5,10], [0,0]); // Returns 50
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,286];
|
BOSL_VERSION = [2,0,287];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user