TFPoint
Classes Reference > Records, types etc. >
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