Vector3D

Description

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