On this pageTFPointUnit:sgConstsDescriptionRepresents a point location in three-dimensional coordinate system.Syntaxtype TFPoint = record case Integer of 0: (X, Y, Z: TsgFloat); 1: (V: array[0..2] of TsgFloat);end;