petsc-3.15.0 2021-03-30
PetscDrawPoint
PetscDraws a point onto a drawable.
Synopsis
#include "petscdraw.h"
PetscErrorCode PetscDrawPoint(PetscDraw draw,PetscReal xl,PetscReal yl,int cl)
Not collective
Input Parameters
| draw | - the drawing context
|
| xl,yl | - the coordinates of the point
|
| cl | - the color of the point
|
See Also
PetscDrawPointPixel(), PetscDrawPointSetSize(), PetscDrawLine(), PetscDrawRectangle(), PetscDrawTriangle(), PetscDrawEllipse(),
PetscDrawMarker(), PetscDrawString(), PetscDrawArrow()
Level
beginner
Location
src/sys/classes/draw/interface/dpoint.c
Index of all Draw routines
Table of Contents for all manual pages
Index of all manual pages