Home
last modified time | relevance | path

Searched refs:mLaunchDirection (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DLauncherComponent.java30 private Vector2 mLaunchDirection; field in LauncherComponent
41 mLaunchDirection = new Vector2(); in LauncherComponent()
108 mLaunchDirection.set((float)Math.sin(mAngle), (float)Math.cos(mAngle)); in fire()
109 mLaunchDirection.multiply(parentObject.facingDirection); in fire()
110 mLaunchDirection.multiply(mLaunchMagnitude); in fire()
111 object.setVelocity(mLaunchDirection); in fire()