Class TVertex (unit Vertex)

Inherits from

TObject

****** * * Module: Vertex * Author: Joe Kessler * IntegrationWare - A New Generation of Extraordinary PC Solutions * www.integrationware.com * * Purpose: * * This module defines a vertex. Vertices, along with edges, define the * shape of a visible object. Vertices are scaled, rotated, and moved * around, while edges describ a relationship between two vertices. * ******

Constructors



Functions

Properties

Events

Variables

m_bUsed : Boolean;

Screen coordinates as of last redraw.

m_fLocalX : Real;


m_fLocalY : Real;


m_fScreenX : Real;

Transformed local coordinates.

m_fScreenY : Real;


m_fTransformedX : Real;

Original local coordinates.

m_fTransformedY : Real;


m_iLastDrawnX : Integer;

Translated and transformed coordinates.

m_iLastDrawnY : Integer;



Constructors


Functions


Properties


Events


Variables


m_bUsed : Boolean;

Screen coordinates as of last redraw.


m_fLocalX : Real;


m_fLocalY : Real;


m_fScreenX : Real;

Transformed local coordinates.


m_fScreenY : Real;


m_fTransformedX : Real;

Original local coordinates.


m_fTransformedY : Real;


m_iLastDrawnX : Integer;

Translated and transformed coordinates.


m_iLastDrawnY : Integer;