Vector3D

Description

    struct Vector3D
    {
		float dx;
		float dy;
		float dz;
    };

Structure Fields

Type fields and default values (if defined) are described below:

Name Type Description
DeltaX Real
DeltaY Real
DeltaZ Real