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.

struct Curve3D
@nogc nothrow const
double
getPointTilt
(
in long idx
)

Meta