Unit 'GLVectorTypes' Package
[Overview][Types][Index] [#pl_glscene]

TVector3b

Declaration

Source position: GLVectorTypes.pas line 132

type TVector3b = record

  case Integer of

    0: (

        V: array [0..2] of Byte;

  

      );

    1: (

        X: Byte;

  

        Y: Byte;

  

        Z: Byte;

  

      );

end;



CT Web help

CodeTyphon Studio