-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Geometry.Core.Enums
Specifies the alignment orientation.
public enum AlignmentUndefined 0
Specifies that the alignment is undefined.
Horizontal 1
Represents horizontal alignment.
Vertical 2
Specifies vertical alignment.
Specifies the position of a corner.
public enum CornerUndefined 0
Represents an undefined corner.
BottomLeft 1
Represents the bottom left corner.
BottomRight 2
Represents the bottom right corner.
TopRight 3
Represents the top right corner.
TopLeft 4
Represents the top left corner.
Specifies the orientation of three points in a two-dimensional plane.
public enum OrientationUndefined 0
Represents an undefined orientation.
Collinear 1
Indicates that the points are collinear, meaning they lie on the same straight line.
Clockwise 2
Specifies a clockwise orientation.
CounterClockwise 3
Specifies an orientation that is counter-clockwise.
Specifies the method used to connect points.
public enum PointConnectMethodUndefined 0
Indicates that the point connection method is undefined or not specified.
Ends 1
Specifies that the point connection method uses the ends.
Projection 2
Specifies that the connection between points is established using a projection method.
Specifies the side or orientation of a boundary.
public enum SideUndefined 0
Indicates that the side is undefined or unspecified.
Internal 1
Represents the internal side.
External 2
Represents the external side.
Specifies the vertical position of an object relative to a reference point.
public enum VerticalPositionUndefined 0
Indicates that the vertical position is undefined.
Above 1
Indicates that the vertical position is above.
Below 2
Specifies that the position is below.
On 3
Specifies that the vertical position is On.
Inside 4
Specifies that the vertical position is inside.