#include namespace DX { Point3F::Point3F(float &X, float &Y, float &Z) : x(X), y(Y), z(Z) { } }