Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3Vector

Declaration

Source position: orca_scene3d.pas line 160

type TD3Vector = packed record

  case Integer of

    0: (

        V: TD3VectorType;

  

      );

    1: (

        X: Single;

  

        Y: Single;

  

        Z: Single;

  

        W: Single;

  

      );

end;



CT Web help

CodeTyphon Studio