[CPML] Implemented get_closest_pos() as a virtual method
commit573ae395180c4b5d42755001bf75665a85860dcb
authorNicola Fontana <ntd@entidi.it>
Fri, 12 Feb 2010 16:15:15 +0000 (12 17:15 +0100)
committerNicola Fontana <ntd@entidi.it>
Fri, 12 Feb 2010 17:17:55 +0000 (12 18:17 +0100)
treea8efb07405f6999d86b56a446e70ae8c8ded5c43
parent46524276970794fce6f107407b245229d37b75fd
[CPML] Implemented get_closest_pos() as a virtual method

Removed public cpml_..._get_closest_pos() APIs and left only
cpml_primitive_get_closest_pos() that accesses the underlying private
implementations.
cpml/cpml-arc.c
cpml/cpml-arc.h
cpml/cpml-close.h
cpml/cpml-curve.c
cpml/cpml-curve.h
cpml/cpml-line.c
cpml/cpml-line.h
cpml/cpml-primitive.c