Function Curve3D.getPointTilt
Returns the tilt angle in radians for the point idx
. If the index is out of bounds, the function sends an error to the console, and returns 0
.
double getPointTilt
(
const(long) idx
) nothrow @nogc const;