OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whichside
(Results
1 - 9
of
9
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java
139
* <code>
whichSide
</code> returns the side on which the bounding volume
147
public abstract Plane.Side
whichSide
(Plane plane);
Intersection.java
273
if (bbox.
whichSide
(p) == Plane.Side.Negative) {
BoundingSphere.java
436
* <code>
whichSide
</code> takes a plane (typically provided by a view
443
public Plane.Side
whichSide
(Plane plane) {
BoundingBox.java
336
* <code>
whichSide
</code> takes a plane (typically provided by a view
342
public Plane.Side
whichSide
(Plane plane) {
[
all
...]
OrientedBoundingBox.java
159
// public int
whichSide
(Plane plane) {
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java
182
* <code>
whichSide
</code> returns the side at which a point lies on the
190
public Side
whichSide
(Vector3f point) {
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java
391
if (clipPlane.
whichSide
(location) == side) {
437
setClipPlane(clipPlane, clipPlane.
whichSide
(location));
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
437
side:
whichside
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py
437
side:
whichside
[
all
...]
Completed in 864 milliseconds