SmoothstepPathCalculator class

Constructors

SmoothstepPathCalculator()

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

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

Static Methods

calculatePath({required Offset start, required Offset end, required PortPosition sourcePosition, required PortPosition targetPosition, double offset = 10.0, double cornerRadius = 8.0}) Path
getBendPoints({required Offset start, required Offset end, required PortPosition sourcePosition, required PortPosition targetPosition, double offset = 10.0}) List<Offset>
Get the bend points (waypoints) for a smoothstep path without creating the Path These are the exact points where 90-degree bends occur