#include "geom/vec2.h"
#include "geom/vec3.h"
#include "tcl/conversions.h"
#include "tcl/list.h"
Go to the source code of this file.
Namespaces | |
namespace | tcl |
Functions | |
template<class T> | |
geom::vec2< T > | tcl::aux_convert_to (Tcl_Obj *obj, geom::vec2< T > *) |
Conversion routine for Tcl object to geom::vec2. | |
template<class T> | |
tcl::obj | tcl::aux_convert_from (const geom::vec2< T > &v) |
Conversion routine for geom::vec2 to tcl::obj. | |
template<class T> | |
geom::vec3< T > | tcl::aux_convert_to (Tcl_Obj *obj, geom::vec3< T > *) |
Conversion routine for Tcl object to geom::vec3. | |
template<class T> | |
tcl::obj | tcl::aux_convert_from (const geom::vec3< T > &v) |
Conversion routine for geom::vec3 to tcl::obj. |
Definition in file vectcl.h.