Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

kernel/geom.h File Reference

Functions which directly call geomlib. More...

Go to the source code of this file.

Functions

SCHEME SREAL go_tlength (SO_go go)
SCHEME SREAL go_alength (SO_go go)
SCHEME SREAL go_blength (SO_go go)
SCHEME SREAL go_time_to_atime (SO_go go, SREAL time)
int go_times_to_atimes (struct go *go, uns count, real *times, real *atimes)
SCHEME SREAL go_atime_to_time (SO_go go, SREAL time)
int go_atimes_to_times (struct go *go, uns count, real *times, real *atimes)
SCHEME SREAL go_time_to_ratime (SO_go go, SREAL time)
int go_times_to_ratimes (struct go *go, uns count, real *times, real *atimes)
SCHEME SREAL go_ratime_to_time (SO_go go, SREAL time)
int go_ratimes_to_times (struct go *go, uns count, real *times, real *atimes)
SCHEME SINT go_time_dif_btime (SO_go go)
real go_time_to_btime (struct go *go, struct geom_expansion *expansion, real time)
int go_times_to_btimes (struct go *go, struct geom_expansion *expansion, uns count, real *times, real *btimes)
real go_btime_to_time (struct go *go, struct geom_expansion *expansion, real btime)
int go_btimes_to_times (struct go *go, struct geom_expansion *expansion, uns count, real *btimes, real *times)
int go_expansion_append (struct go *go, struct geom_fpath *expansion)
geom_expansion * go_expand (struct go *go)
void go_expansion_unref (struct geom_expansion *ref)
int go_to_bezier (struct go *go, struct geom_bezier *bezier)
int go_point_start (struct go *go, struct geom_point *result)
int go_point_end (struct go *go, struct geom_point *result)
int go_point_at_time (struct go *go, real time, struct geom_point *result)
int go_derivation_start (struct go *go, struct geom_vector *result)
int go_derivation_end (struct go *go, struct geom_vector *result)
int go_derivation_at_time (struct go *go, real time, struct geom_vector *result)
SCHEME SINT go_is_closed (SO_go go)
int go_bbox (struct go *go, struct geom_rectangle *bbox)
int go_nearest_to_point (struct go *go, struct geom_point *point, uns flags, struct geom_nearest *nearest)
int go_horizontal_times (struct go *go, struct garr *result)
int go_intersections (struct go *go1, struct go *go2, uns flags, struct garr *result)
int go_approx (struct geom_approx *approx, struct go *go, uns flags)


Detailed Description

Functions which directly call geomlib.

See geomlib/item.h for description.

Copyright (c) 2004-2005 The VRR Team <vrr@ucw.cz> This program is distributed under GNU General Public License, see COPYING.


Generated on Tue Dec 9 16:30:09 2008 for Vrr by doxygen 1.3.5