Unit 'kraft' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kraft]

TKraftVector4

Declaration

Source position: kraft.pas line 774

type TKraftVector4 = record

  case TKraftUInt8 of

    0: (

        x: TKraftScalar;

  

        y: TKraftScalar;

  

        z: TKraftScalar;

  

        w: TKraftScalar;

  

      );

    1: (

        xyz: array [0..2] of TKraftScalar;

  

      );

    2: (

        xyzw: array [0..3] of TKraftScalar;

  

      );

end;



CT Web help

CodeTyphon Studio