Blender  V3.3
Namespaces | Functions
image_drawing.h File Reference

Go to the source code of this file.

Namespaces

 libmv
 

Functions

template<class Image , class Color >
void libmv::safePutPixel (int yc, int xc, const Color &col, Image *pim)
 
template<class Image , class Color >
void libmv::safePutPixel (int yc, int xc, const Color *col, Image *pim)
 
template<class Image , class Color >
void libmv::DrawEllipse (int xc, int yc, int radiusA, int radiusB, const Color &col, Image *pim, double angle=0.0)
 
template<class Image , class Color >
void libmv::DrawCircle (int x, int y, int radius, const Color &col, Image *pim)
 
template<class Image , class Color >
void libmv::DrawLine (int xa, int ya, int xb, int yb, const Color &col, Image *pim)