fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
tt_set_vertex
Function
9 statements
Source File
fortplot_tt_outlines.f90
fortplot_tt_outlines
tt_set_vertex
Contents
public pure function tt_set_vertex(vtype, x, y, cx, cy) result(v)
Construct a vertex with the given type and coordinates.
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
vtype
integer,
intent(in)
::
x
integer,
intent(in)
::
y
integer,
intent(in)
::
cx
integer,
intent(in)
::
cy
Return Value
type(
tt_vertex_t
)