Home
last modified time | relevance | path

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

/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2predicates_test.cc501 static S2Point ChoosePoint() { in ChoosePoint() function
682 S2Point x = ChoosePoint(); in TEST()
683 S2Point dir = ChoosePoint(); in TEST()
833 S2Point x = ChoosePoint(); in TEST()
951 S2Point a0 = ChoosePoint(); in TEST()
965 x = ChoosePoint(); in TEST()
1062 S2Point a0 = ChoosePoint(); in TEST()
1066 S2Point b0 = ChoosePoint(); in TEST()
1208 S2Point x0 = ChoosePoint(); in TEST()
1209 S2Point x1 = ChoosePoint(); in TEST()
[all …]
H A Ds2builder_test.cc1056 S2Point ChoosePoint() { in ChoosePoint() function
1095 S2Point v1 = ChoosePoint(), v0_dir = ChoosePoint(); in TEST()
1112 v3 = S2::InterpolateAtDistance(d3, v3, ChoosePoint()); in TEST()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2predicates_test.cc501 static S2Point ChoosePoint() { in ChoosePoint() function
682 S2Point x = ChoosePoint(); in TEST()
683 S2Point dir = ChoosePoint(); in TEST()
833 S2Point x = ChoosePoint(); in TEST()
951 S2Point a0 = ChoosePoint(); in TEST()
965 x = ChoosePoint(); in TEST()
1062 S2Point a0 = ChoosePoint(); in TEST()
1066 S2Point b0 = ChoosePoint(); in TEST()
1208 S2Point x0 = ChoosePoint(); in TEST()
1209 S2Point x1 = ChoosePoint(); in TEST()
[all …]
H A Ds2builder_test.cc1056 S2Point ChoosePoint() { in ChoosePoint() function
1095 S2Point v1 = ChoosePoint(), v0_dir = ChoosePoint(); in TEST()
1112 v3 = S2::InterpolateAtDistance(d3, v3, ChoosePoint()); in TEST()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_menu_util.erl99 ChoosePoint = ?STR(uniform_scale,1,"Choose point to scale from"),
100 {?STR(uniform_scale,2,"Scale uniformly from midpoint of selection"),ChoosePoint,ChoosePoint};
/dports/games/stuntrally/stuntrally-2.6.1/source/road/
H A DSplineBase.h156 void ChoosePoint(); // choose one
H A DRoad_Edit.cpp14 void SplineEdit::ChoosePoint() in ChoosePoint() function in SplineEdit
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Key.cpp280 else road->ChoosePoint(); break; in keyPressed()