#include "petscdraw.h" PetscErrorCode PetscDrawTriangle(PetscDraw draw,PetscReal x1,PetscReal y_1,PetscReal x2,PetscReal y2,PetscReal x3,PetscReal y3,int c1,int c2,int c3)Not Collective
draw | - the drawing context | |
x1,y1,x2,y2,x3,y3 | - the coordinates of the vertices | |
c1,c2,c3 | - the colors of the three vertices in the same order as the xi,yi |
Level:beginner
Location:src/sys/classes/draw/interface/dtri.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages