RenderedOVertex constructor
const
RenderedOVertex({})
Creates a new RenderedOVertex with the given
p
, north
, east
, south
, and west
values.
Implementation
const RenderedOVertex({
required this.p,
required this.north,
required this.east,
required this.south,
required this.west,
});