| |
- addCircleIntersectionLoop(circleIntersectionPath, circleIntersections)
- Add a circle intersection loop.
- addCircleIntersectionLoopComplex(circleIntersectionPathComplexes, circleIntersectionComplexes)
- Add a circle intersection loop.
- addOperatingOrbits(boundaryLoops, operatingJump, skein, temperatureChangeTime)
- Add the orbits before the operating layers.
- addOrbits(loop, skein, temperatureChangeTime)
- Add orbits with the extruder off.
- addPointComplexesFromSegment(pointComplexes, radius, pointBeginComplex, pointEndComplex)
- Add point complexes between the endpoints of a segment.
- addPointsFromSegment(points, radius, pointBegin, pointEnd)
- Add points between the endpoints of a segment.
- getCenterComplexesFromCircleNodeComplexes(circleNodeComplexes)
- Get the complex centers of the circle intersection loops from circle nodes.
- getCenterComplexesFromIntersectionLoopComplex(circleIntersectionLoopComplex)
- Get the centers from the intersection loop.
- getCenterComplexesFromIntersectionLoopComplexes(circleIntersectionLoopComplexes)
- Get the centers from the intersection loops.
- getCentersFromCircleNodes(circleNodes)
- Get the centers of the circle intersection loops from circle nodes.
- getCentersFromIntersectionLoop(circleIntersectionLoop)
- Get the centers from the intersection loop.
- getCentersFromIntersectionLoops(circleIntersectionLoops)
- Get the centers from the intersection loops.
- getCentersFromLoopComplexDirection(isWiddershins, loop, radius)
- Get the centers of the circle intersection loops which go around in the given direction.
- getCentersFromLoopDirection(isWiddershins, loop, radius)
- Get the centers of the circle intersection loops which go around in the given direction.
- getCentersFromOutside(isOutside, loop, radius)
- Get the centers of the circle intersection loops which are outside if isOutside is true, otherwise get the ones inside.
- getCircleIntersectionComplexesFromCircleNodeComplexes(circleNodeComplexes)
- Get all the circle intersections which exist between all the circle nodes.
- getCircleIntersectionLoopComplexes(circleIntersectionComplexes)
- Get all the loops going through the circle intersections.
- getCircleIntersectionLoops(circleIntersections)
- Get all the loops going through the circle intersections.
- getCircleIntersectionsFromCircleNodes(circleNodes)
- Get all the circle intersections which exist between all the circle nodes.
- getCircleNodeComplexesFromLoopComplex(loop, radius)
- Get the circle nodes from every point on a loop and between points.
- getCircleNodeComplexesFromPointComplexes(pointComplexes, radius)
- Get the circle nodes from a path.
- getCircleNodesFromLoop(loop, radius)
- Get the circle nodes from every point on a loop and between points.
- getCircleNodesFromPath(path, radius)
- Get the circle nodes from a path.
- getInsetComplexFromClockwiseTriple(aheadAbsoluteComplex, behindAbsoluteComplex, centerComplex, radius)
- Get loop inset from clockwise triple, out from widdershins loop.
- getInsetFromClockwiseLoop(loop, radius)
- Get loop inset from clockwise loop, out from widdershins loop.
- getInsetFromClockwiseLoopComplex(loopComplex, radius)
- Get loop inset from clockwise loop, out from widdershins loop.
- getInsetFromClockwiseTriple(aheadAbsolute, behindAbsolute, center, radius)
- Get loop inset from clockwise triple, out from widdershins loop.
- getInsetLoops(inset, loops)
- Get the inset loops.
- getIntersectionAtInset(ahead, behind, inset)
- Get circle intersection loop at inset from segment.
- getIntersectionComplexAtInset(aheadComplex, behindComplex, inset)
- Get circle intersection loop at inset from segment.
- getLoopComplexesFromLoopComplexesDirection(isWiddershins, loopComplexes)
- Get the loops going round in a given direction.
- getLoopsFromLoopsDirection(isWiddershins, loops)
- Get the loops going round in a given direction.
- getSimplifiedInsetFromClockwiseLoop(loop, radius)
- Get loop inset from clockwise loop, out from widdershins loop.
- getSimplifiedInsetFromClockwiseLoopComplex(loopComplex, radius)
- Get loop inset from clockwise loop, out from widdershins loop.
- getWithoutIntersectionComplexes(loopComplex)
- Get loop without intersections.
- getWithoutIntersections(loop)
- Get loop without intersections.
- isLoopIntersectingLoop(anotherLoop, loop)
- Determine if the a loop is intersecting another loop.
- removeIntersection(loop)
- Get loop without the first intersection.
- removeIntersectionComplex(loopComplex)
- Get loop without the first intersection.
- setZAccordingToOperatingJump(loop, operatingJump)
- Set of the loop to the first point, increasing by the operating jump if it exists.
|