TFPoint

  Classes Reference > Records, types etc. >

TFPoint

Previous pageReturn to chapter overviewNext page

Unit

sgConsts

Syntax

type TFPoint = record

         case Integer of

           0: (X, Y, Z: TsgFloat);

           1: (V: array[0..2] of TsgFloat);

 end;

Description

Represents a point location in three-dimensional coordinate system.

Go to CAD VCL Enterprise