Instance Method
endPoint(forLayerWidth:)endPointForLayerWidth:endPointForLayerWidth_
The end point used to represent the line at the specified layer width.
Declaration
func endPoint(forLayerWidth width: CGFloat) -> NSPointDeclaration
- (NSPoint) endPointForLayerWidth:(CGFloat) width;Declaration
endPointForLayerWidth_(width: float) -> NSPointParameters
widthThe 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
The rotation in degrees, with zero degrees along the positive x-axis.
Whether changes to the angle are disabled.
Whether the angle is represented as a slope.
The UI representation of the angle as degrees or a slope.
The start point used to represent the line at the specified layer width.