| |
- getComplexByDictionary(dictionary, valueComplex)
- Get complex by dictionary.
- getComplexByDictionaryListValue(value, valueComplex)
- Get complex by dictionary, list or value.
- getComplexByFloatList(floatList, valueComplex)
- Get complex by float list.
- getComplexByMultiplierPrefix(multiplier, prefix, valueComplex, xmlElement)
- Get complex from multiplier, prefix and xml element.
- getComplexByMultiplierPrefixes(multiplier, prefixes, valueComplex, xmlElement)
- Get complex from multiplier, prefixes and xml element.
- getComplexByPrefix(prefix, valueComplex, xmlElement)
- Get complex from prefix and xml element.
- getComplexByPrefixBeginEnd(prefixBegin, prefixEnd, valueComplex, xmlElement)
- Get complex from prefixBegin, prefixEnd and xml element.
- getComplexByPrefixes(prefixes, valueComplex, xmlElement)
- Get complex from prefixes and xml element.
- getComplexIfNone(valueComplex)
- Get new complex if the original complex is none.
- getFloatByPrefixBeginEnd(prefixBegin, prefixEnd, valueFloat, xmlElement)
- Get float from prefixBegin, prefixEnd and xml element.
- getFloatByPrefixSide(prefix, side, xmlElement)
- Get float by prefix and side.
- getGeometryOutput(derivation, xmlElement)
- Get geometry output from paths.
- getGeometryOutputByArguments(arguments, xmlElement)
- Get vector3 vertexes from attribute dictionary by arguments.
- getGeometryOutputByFunction(manipulationFunction, xmlElement)
- Get geometry output by manipulationFunction.
- getGeometryOutputByLoop(sideLoop, xmlElement)
- Get geometry output by side loop.
- getGeometryOutputByLoopFunction(manipulationFunction, sideLoop, xmlElement)
- Get geometry output by side loop.
- getGeometryOutputByManipulation(sideLoop, xmlElement)
- Get geometry output by manipulation.
- getMinimumRadius(beginComplexSegmentLength, endComplexSegmentLength, radius)
- Get minimum radius.
- getNumberOfBezierPoints(begin, end, xmlElement)
- Get the numberOfBezierPoints.
- getPackedGeometryOutputByLoop(sideLoop, xmlElement)
- Get packed geometry output by side loop.
- getRadiusAverage(radiusComplex)
- Get average radius from radiusComplex.
- getRadiusByPrefix(prefix, sideLength, xmlElement)
- Get radius by prefix.
- getRadiusComplex(radius, xmlElement)
- Get radius complex for xmlElement.
- getStrokeRadiusByPrefix(prefix, xmlElement)
- Get strokeRadius by prefix.
- getUnpackedLoops(loops)
- Get unpacked loops.
- getWrappedInteger(integer, modulo)
- Get wrapped integer.
- processXMLElement(xmlElement)
- Process the xml element.
- processXMLElementByFunction(manipulationFunction, xmlElement)
- Process the xml element by manipulationFunction.
- processXMLElementByGeometry(geometryOutput, xmlElement)
- Process the xml element by geometryOutput.
- setClosedAttribute(revolutions, xmlElement)
- Set the closed attribute of the xmlElement.
|