transf_mat_3x4.h revision d2e42b9425ccd4c2d4c20c2217455da177035e48
#ifndef SEEN_TRANSF_MAT_3x4_H
#define SEEN_TRANSF_MAT_3x4_H
/*
* 3x4 transformation matrix to map points from projective 3-space into the projective plane
*
* Authors:
* Maximilian Albert <Anhalter42@gmx.de>
*
* Copyright (C) 2007 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "proj_pt.h"
#include "axis-manip.h"
TransfMat3x4();
if (has_finite_image(axis)) {
}
}
}
void print() const;
// FIXME: Is changing a single column allowed when a projective coordinate system is specified!?!?!
}
};
} // namespace Proj
#endif /* __TRANSF_MAT_3x4_H__ */
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :