OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBackgroundCollisionNormal
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
200
public final Vector2
getBackgroundCollisionNormal
() {
LifetimeComponent.java
115
if (parentObject.
getBackgroundCollisionNormal
().length2() > 0.0f) {
PhysicsComponent.java
62
final Vector2 surfaceNormal = parentObject.
getBackgroundCollisionNormal
();
Completed in 95 milliseconds