MathGeoLib icon indicating copy to clipboard operation
MathGeoLib copied to clipboard

Unimplemented functions defined in headers

Open cadaver opened this issue 9 years ago • 0 comments

When doing automated script bindings based on Doxygen header file xml output I noticed the following functions are defined but don't have an implementation:

static void float4::Orthogonalize(const float4 &a, float4 &b); static void float4::Orthogonalize(const float4 &a, float4 &b, float4 &c); float Plane::Distance(const float4 &point) const;

cadaver avatar Feb 04 '16 10:02 cadaver