RenderedOVertex class

A vertex after being rendered into a rectangular area.

Control points are inferred from the positions of the sorrounding vertices on a RenderedOMeshRect.

The position of the vertex p is not normalized.

Annotations

Constructors

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

Properties

east Offset
The control point for the east direction.
final
hashCode int
The hash code for this object.
no setteroverride
north Offset
The control point for the north direction.
final
p Offset
The position of the vertex.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
south Offset
The control point for the south direction.
final
west Offset
The control point for the west direction.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override