module PF::Bezier::Aproximations

Direct including types

Defined in:

bezier.cr

Instance Method Summary

Instance Method Detail

def length(steps : UInt32 = 10) #

Get the length of the curve by calculating the length of line segments Increase steps for accuracy


[View source]