nr-3dutils.cpp revision af0732a2bf24fbea12a085b855224577e7101851
2N/A * Jean-Rene Reinhard <jr@komite.net> 2N/A * Copyright (C) 2007 authors 2N/A * Released under GNU GPL, read the file 'COPYING' for more information 2N/A#
define END 2 // BOTTOM or RIGHT 2N/Asigned char K_X[
3][
3][
3][
3] = {
2N/A//K_Y is obtained by transposing K_X globally and each of its components 2N/A//FACTOR_Y is obtained by transposing FACTOR_X 2N/A//should be made more resistant 2N/A //std::cout << "(" << N[X_3D] << ", " << N[Y_3D] << ", " << N[Z_3D] << ")" << std::endl; 2N/A for (j = 0; j <
3; j++) {
2N/A c-file-style:"stroustrup" 2N/A c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) 2N/A indent-tabs-mode:nil 2N/A// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :