Back to FabImage Library Lite websiteYou are here:
Start »
Geometry 2D »
Geometry 2D Features »
CircleCharacteristicPoint
CircleCharacteristicPoint
Header: |
FIL.h
|
Namespace: |
fil |
Returns a characteristic point (e.g. the top-left) of a box containing the input circle.
Syntax
void fil::CircleCharacteristicPoint
(
const fil::Circle2D& inCircle,
const fil::Anchor2D::Type inPointAnchor,
fil::Point2D& outPoint
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inCircle |
const Circle2D& |
|
|
 |
inPointAnchor |
const Anchor2D::Type |
TopLeft |
|
 |
outPoint |
Point2D& |
|
|
Examples
CircleCharacteristicPoint performed on a circle with inPointAnchor = TopLeft.