Add missing docs
parent
30ff0eb422
commit
965405b34d
|
@ -49,6 +49,10 @@ namespace Assimp {
|
|||
// ---------------------------------------------------------------------------
|
||||
class ASSIMP_API GeometryUtils {
|
||||
public:
|
||||
/// @brief Will calculate the area of a triangle.
|
||||
/// @param a The first vertex of the triangle.
|
||||
/// @param b The first vertex of the triangle.
|
||||
/// @param c The first vertex of the triangle.
|
||||
static ai_real heron( ai_real a, ai_real b, ai_real c );
|
||||
|
||||
/// @brief Will compute the distance between 2 3D-vectors
|
||||
|
|
Loading…
Reference in New Issue