Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D Basics » CreateCircle
Header: | FIL.h |
---|---|
Namespace: | fil |
Creates a circle from an aligned point and radius.
Syntax
C++
C#
void fil::CreateCircle ( const fil::Point2D& inPoint, fil::Anchor2D::Type inPointAnchor, float inRadius, fil::Circle2D& outCircle )