IGuiShape class abstract

Interface for defining custom shape

Implementers

Constructors

IGuiShape()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPath({required Size size}) Path
Retrieve Path of shape
lerpFrom(IGuiShape shape, double t) IGuiShape
Linearly interpolate from other shape to this shape by an extrapolation factor t.
lerpTo(IGuiShape shape, double t) IGuiShape
Linearly interpolate from this shape to other shape by an extrapolation factor t.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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