OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Quadrant
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java
477
public static class
Quadrant
{
479
private static final
Quadrant
FIRST = new
Quadrant
(1, 1);
480
private static final
Quadrant
SECOND = new
Quadrant
(-1, 1);
481
private static final
Quadrant
THIRD = new
Quadrant
(-1, -1);
482
private static final
Quadrant
FOURTH = new
Quadrant
(1, -1);
486
public
Quadrant
(final int xMultiplier, final int yMultiplier)
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
Completed in 111 milliseconds