convertPoint(toView:)
Converts a point from scene coordinates to view coordinates.
Declaration
func convertPoint(toView point: CGPoint) -> CGPointParameters
- point:
A point in scene coordinates.
Return Value
The same point in the view’s coordinate system.
Discussion
The scene must be presented in a view before calling this method.