First, open the ArrayPoint.h and ArrayPoint.cpp files and familiarize yourself with the interface and implementation. You'll find it is just two very simple representations of a point. One using ...
The aiVector3t class has an explicitly declared default copy constructor, and an implicitly declared copy assignment operator. This causes the deprecated-copy warning to be triggered on Clang (and ...