Declaration

func beginPoint(forLayerWidth width: CGFloat) -> NSPoint

Declaration

- (NSPoint) beginPointForLayerWidth:(CGFloat) width;

Declaration

beginPointForLayerWidth_(width: float) -> NSPoint

Parameters

width

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

Discussion

For a finite line, this is the orientation-adjusted position of the guide. For an indefinitely extending line, this is a distant point opposite its angle.

See Also

Angle