[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`CompositeTransform` represents a series of zero or more transforms executed sequentially."],["It inherits from the `Transform` class and includes methods from the base `Object` class, such as `clone()`, `equals()`, and `toString()`."],["The `concatenate(Transform other)` method appends a provided `Transform` to the end of the current `CompositeTransform`."],["The `preConcatenate(Transform other)` method prepends a given `Transform` to the beginning of the current `CompositeTransform`."]]],[]]