fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
new_active_edge
Function
22 statements
Source File
fortplot_tt_scanline_fill.f90
fortplot_tt_scanline_fill
new_active_edge
Contents
public function new_active_edge(e, off_x, start_point) result(ae)
Arguments
Type
Intent
Optional
Attributes
Name
type(
tt_edge_t
),
intent(in)
::
e
integer,
intent(in)
::
off_x
real(kind=dp),
intent(in)
::
start_point
Return Value
type(
tt_active_edge_t
)