Edge

Engine/source/gui/core/guiTypes.h

More...

Public Attributes

The X/Y extents of the edge.

The Size of the edge.

The Normal of this edge.

The Position of the edge.

Public Functions

Edge()
Edge(const Edge & inEdge)
Edge(const Point2I & inPoint, const Point2F & inNormal)
bool
hit(const Edge & inEdge)

Detailed Description

Public Attributes

Point2I extent 

The X/Y extents of the edge.

F32 margin 

The Size of the edge.

Point2F normal 

The Normal of this edge.

Point2I position 

The Position of the edge.

Public Functions

Edge()

Edge(const Edge & inEdge)

Edge(const Point2I & inPoint, const Point2F & inNormal)

hit(const Edge & inEdge)

operator const RectI()