24#ifndef RT_PRIMITIVES_SKETCH_H
25#define RT_PRIMITIVES_SKETCH_H
Header file for the BRL-CAD common definitions.
void rt_curve_free(struct rt_curve *crv)
int rt_check_curve(const struct rt_curve *crv, const struct rt_sketch_internal *skt, int noisy)
struct bv_scene_obj * db_sketch_to_scene_obj(const char *sname, struct db_i *dbip, struct directory *dp, struct bview *sv, int flags)
void rt_curve_reverse_segment(uint32_t *lng)
void rt_curve_order_segments(struct rt_curve *crv)
struct directory * db_scene_obj_to_sketch(struct db_i *dbip, const char *sname, struct bv_scene_obj *s)
struct rt_sketch_internal * rt_copy_sketch(const struct rt_sketch_internal *sketch_ip)
void rt_copy_curve(struct rt_curve *crv_out, const struct rt_curve *crv_in)
fundamental vector, matrix, quaternion math macros