Instance Method
transformFast(_:grid:) transformFast:grid: transformFast_grid_
Applies an affine transformation and aligns the resulting coordinates to a grid without registering undo or notifying the layer.
Declaration
func transformFast(_ transform: AffineTransform, grid: GSGridSettings)Declaration
- (void) transformFast:(NSAffineTransform *) transform grid:(GSGridSettings) grid;Declaration
transformFast_grid_(transform: NSAffineTransform, grid: GSGridSettings)Parameters
gridThe grid settings used to align the coordinates.
See Also
Geometry
Applies an affine transformation to the complete shape.
Applies an affine transformation to selected elements of the shape.
Translates the complete shape by an offset.
Copies corresponding positions and transformation values from another shape.