dMassCheck

Check if a mass structure has valid value. The function check if the mass and innertia matrix are positive definits

@param m A mass structure to check

@return 1 if both codition are met

extern (C) nothrow
int
dMassCheck
(
in dMass* m
)

Meta