TD3DVector
Unit

DDirectSound

Declaration

TD3DVector = record

    case Integer of
    0: (
        x: D3DValue;
        y: D3DValue;
        z: D3DValue;
    ) ;
    1: (
        dvX: D3DValue;
        dvY: D3DValue;
        dvZ: D3DValue;
    ) ;
end ;
PD3DVector = ^TD3DVector;