| |
- addVertexes(geometryOutput, vertexes)
- Add the vertexes.
- getCumulativeVector3Remove(prefix, vector3, xmlElement)
- Get cumulative vector3 and delete the prefixed attributes.
- getDiagonalSwitchedTetragrid(angleDegrees, diagonals)
- Get the diagonals and switched matrix.
- getFromObjectOrXMLElement(xmlElement)
- Get matrix starting from the object if it exists, otherwise get a matrix starting from stratch.
- getIdentityTetragrid(tetragrid=None)
- Get four by four matrix with diagonal elements set to one.
- getKeyA(row, column, prefix='')
- Get the a format key string from row & column, counting from zero.
- getKeyM(row, column, prefix='')
- Get the m format key string from row & column, counting from one.
- getKeysA(prefix='')
- Get the matrix keys, counting from zero.
- getKeysM(prefix='')
- Get the matrix keys, counting from one.
- getManipulatedGeometryOutput(geometryOutput, prefix, xmlElement)
- Get equated geometryOutput.
- getManipulatedPaths(close, loop, prefix, sideLength, xmlElement)
- Get equated paths.
- getRemovedFloat(defaultFloat, key, prefix, xmlElement)
- Get the float by the key and the prefix.
- getRemovedFloatByKeys(defaultFloat, keys, prefix, xmlElement)
- Get the float by the keys and the prefix.
- getRotateAroundAxisTetragrid(prefix, xmlElement)
- Get rotate around axis tetragrid and delete the axis and angle attributes.
- getRotateTetragrid(prefix, xmlElement)
- Get rotate tetragrid and delete the rotate attributes.
- getScaleTetragrid(prefix, xmlElement)
- Get scale matrix and delete the scale attributes.
- getTetragridA(prefix, tetragrid, xmlElement)
- Get the tetragrid from the xmlElement letter a values.
- getTetragridC(prefix, tetragrid, xmlElement)
- Get the matrix Tetragrid from the xmlElement letter c values.
- getTetragridCopy(tetragrid)
- Get tetragrid copy.
- getTetragridM(prefix, tetragrid, xmlElement)
- Get the tetragrid from the xmlElement letter m values.
- getTetragridMatrix(prefix, tetragrid, xmlElement)
- Get the tetragrid from the xmlElement matrix value.
- getTetragridR(prefix, tetragrid, xmlElement)
- Get the tetragrid from the xmlElement letter r values.
- getTetragridTimesOther(firstTetragrid, otherTetragrid)
- Get this matrix multiplied by the other matrix.
- getTransformTetragrid(prefix, xmlElement)
- Get the tetragrid from the xmlElement.
- getTransformedByList(floatList, point)
- Get the point transformed by the array.
- getTransformedVector3s(tetragrid, vector3s)
- Get the vector3s multiplied by a matrix.
- getTranslateTetragrid(prefix, xmlElement)
- Get translate matrix and delete the translate attributes.
- getVector3TransformedByMatrix(tetragrid, vector3)
- Get the vector3 multiplied by a matrix.
- getVertexes(geometryOutput)
- Get the vertexes.
- matrixPoints(points, prefix, xmlElement)
- Matrix the points.
- processXMLElement(xmlElement)
- Process the xml element.
- setAttributeDictionaryMatrixToMatrix(matrix4X4, xmlElement)
- Set the element attribute dictionary and element matrix to the matrix.
- setAttributeDictionaryToMatrix(attributeDictionary, matrix4X4)
- Set the attribute dictionary to the matrix.
- setAttributeDictionaryToMultipliedTetragrid(tetragrid, xmlElement)
- Set the element attribute dictionary and element matrix to the matrix times the tetragrid.
- setXMLElementDictionaryToOtherElementDictionary(fromXMLElement, matrix4X4, prefix, xmlElement)
- Set the xml element to the matrix attribute dictionary.
- transformVector3ByMatrix(tetragrid, vector3)
- Transform the vector3 by a matrix.
|