Home
last modified time | relevance | path

Searched refs:to_boundary (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_hlines.erl1381 to_boundary({X, Y, Z}, {DX, DY, DZ}, Zlim) when is_float(Zlim) -> function
1383 to_boundary({X, Y}, {DX, DY}, {{Xmin, _}, _}) when X < Xmin -> function
1385 to_boundary({X, Y}, {DX, DY}, {_, {Xmax, _}}) when X > Xmax -> function
1387 to_boundary({X, Y}, {DX, DY}, {{_, Ymin}, _}) when Y < Ymin -> function
1389 to_boundary({X, Y}, {DX, DY}, {_, {_, Ymax}}) when Y > Ymax -> function
1403 clip({to_boundary(LC1, D, Box), LC2}, Box)
1406 clip({LC1, to_boundary(LC2, D, Box)}, Box)
1427 to_boundary(LC1, sub(LC2, LC1), Zvp_min)
1430 to_boundary(LC1, sub(LC2, LC1), Zvp_max)
1437 to_boundary(LC2, sub(LC2, LC1), Zvp_min)
[all …]