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

TVector3p

Declaration

Source position: GLVectorTypes.pas line 152

type TVector3p = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: Pointer;

  

        Y: Pointer;

  

        Z: Pointer;

  

      );

end;



CT Web help

CodeTyphon Studio