Enum VLConvexHulls.TVLConvexOrientation
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLConvexHulls
Contents |
Syntax
Delphi:
type TVLConvexOrientation = (coClockwise, coCounterClockwise);
C++ Builder:
enum TVLConvexOrientation {coClockwise, coCounterClockwise};
Visual C++ (MFC):
enum CTVLConvexOrientation {coClockwise, coCounterClockwise};
Summary
Available convex orientation methods.
Description
Defines the available convex orientation methods.
Values
coClockwise | Clockwise convex orientation. |
coCounterClockwise | Counter Clockwise convex orientation. |