Contents

transform(_:)

Applies the receiver’s transform to the specified point and returns the result.

Declaration

func transform(_ aPoint: NSPoint) -> NSPoint

Parameters

  • aPoint:

    The point in the current coordinate system to which you want to apply the matrix.

Return Value

The resulting point after applying the receiver’s transformations.

See Also

Transforming Data and Objects