Class TEdge (unit Edge)

Inherits from

TObject

****** * * Module: Edge * Author: Joe Kessler * IntegrationWare - A New Generation of Extraordinary PC Solutions * www.integrationware.com * * Purpose: * * This module defines an edge. Edges, along with vertices, define the * shape of a visible object. An edge is defined as a connection between * two vertices. * ******

Constructors



Functions

Properties

Events

Variables

m_bIncludeInCollisions : Boolean;

TRUE if the edge is currently visible.

m_bVisible : Boolean;

Default color of the edge.

m_clrEdge : TColor;

Value identifing which shape the edge belongs to.

m_iShapeID : Integer;

Vertices connected by this edge.

m_vtxOne : TVertex;


m_vtxTwo : TVertex;



Constructors


Functions


Properties


Events


Variables


m_bIncludeInCollisions : Boolean;

TRUE if the edge is currently visible.


m_bVisible : Boolean;

Default color of the edge.


m_clrEdge : TColor;

Value identifing which shape the edge belongs to.


m_iShapeID : Integer;

Vertices connected by this edge.


m_vtxOne : TVertex;


m_vtxTwo : TVertex;