Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/geometry/Grid.cpp
| Context not available. | |||||
| unsigned coord = 0; // predominant coord(0=x, 1=y, 2=z) | unsigned coord = 0; // predominant coord(0=x, 1=y, 2=z) | ||||
| // using a parametric equation of a line : B = A + t u, we find the tx, ty and tz respectively coresponding | // using a parametric equation of a line : B = A + t u, we find the tx, ty and tz respectively corresponding | ||||
| // to the intersections with the plans: | // to the intersections with the plans: | ||||
| // x = _cell_size[0], y = _cell_size[1], z = _cell_size[2] | // x = _cell_size[0], y = _cell_size[1], z = _cell_size[2] | ||||
| for (i = 0; i < 3; i++) { | for (i = 0; i < 3; i++) { | ||||
| Context not available. | |||||