Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2Vector

Declaration

Source position: orca_scene2d.pas line 457

type TD2Vector = packed record

  case Integer of

    0: (

        V: TD2VectorArray;

  

      );

    1: (

        X: Single;

  

        Y: Single;

  

        W: Single;

  

      );

end;



CT Web help

CodeTyphon Studio