OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setContactNormal
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
CollisionResult.java
74
public void
setContactNormal
(Vector3f norm){
SweepSphere.java
283
result.
setContactNormal
(contactNormal);
350
result.
setContactNormal
(contactNormal);
386
result.
setContactNormal
(new Vector3f(temp2));
Completed in 837 milliseconds