add_point ( Vector3 position, Vector3 in=Vector3( 0, 0, 0 ), Vector3 out=Vector3( 0, 0, 0 ), int at_position=-1 )
Should position be -local- coordinate to to path or in global space?
I mean I will guess local because it 'makes sennse'
Vector3 get_closest_point ( Vector3 to_point ) const
documentation mentions the curve's -local- space but it is a resource, so I assume it is referring to the Path's local space!(????)
suggesting that position may be global instead.
The documentation is not clear on the reference frame for content points