Declaration

func endPoint(forLayerWidth width: CGFloat) -> NSPoint

Declaration

- (NSPoint) endPointForLayerWidth:(CGFloat) width;

Declaration

endPointForLayerWidth_(width: float) -> NSPoint

Parameters

width

The layer width used to resolve the orientation-adjusted position.

Discussion

For a finite line, this is the point at length in the direction of the angle. For an indefinitely extending line, this is a distant point in the direction of its angle.

See Also

Angle