SkeletonClipping class

Constructors

SkeletonClipping()

Properties

clipAttachment ClippingAttachment?
getter/setter pair
clipOutput List<double>
final
clippedTriangles List<int>
final
clippedVertices List<double>
final
clippingPolygon List<double>
final
clippingPolygons List<Float32List>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scratch List<double>
final
triangulator Triangulator
final

Methods

clip(double x1, double y1, double x2, double y2, double x3, double y3, Float32List clippingArea, Float32List output) bool
clipEnd() → void
clipEndWithSlot(Slot slot) → void
clipStart(Slot slot, ClippingAttachment clip) int
clipTriangles(Float32List vertices, int verticesLength, Int16List triangles, int trianglesLength, Float32List uvs, Color light, Color dark, bool twoColor) → void
isClipping() bool
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

makeClockwise(Float32List polygon) → void