equal
deleted
inserted
replaced
1 /* |
1 /** |
2 * kdtree.h: KdTree class |
2 * @file kdtree.h |
|
3 * @brief KdTree class |
3 * |
4 * |
4 * This file is part of Pyrit Ray Tracer. |
5 * This file is part of Pyrit Ray Tracer. |
5 * |
6 * |
6 * Copyright 2006, 2007 Radek Brich |
7 * Copyright 2006, 2007, 2008 Radek Brich |
7 * |
8 * |
8 * Permission is hereby granted, free of charge, to any person obtaining a copy |
9 * Permission is hereby granted, free of charge, to any person obtaining a copy |
9 * of this software and associated documentation files (the "Software"), to deal |
10 * of this software and associated documentation files (the "Software"), to deal |
10 * in the Software without restriction, including without limitation the rights |
11 * in the Software without restriction, including without limitation the rights |
11 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
12 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |