OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minPoint
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
AbstractBox.java
177
* The box is updated so that the two opposite corners are {@code
minPoint
}
180
* @param
minPoint
the new minimum point of the box.
183
public final void updateGeometry(Vector3f
minPoint
, Vector3f maxPoint) {
184
center.set(maxPoint).addLocal(
minPoint
).multLocal(0.5f);
/external/opencv/cvaux/src/
cvepilines.cpp
[
all
...]
Completed in 115 milliseconds