Searched refs:mThetaError (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DLaunchProjectileComponent.java32 private float mThetaError; field in class:LaunchProjectileComponent
82 mThetaError = 0.0f;
151 if (mThetaError > 0.0f) {
152 final float angle = (float)(Math.random() * mThetaError * Math.PI * 2.0f);
256 mThetaError = error;

Completed in 40 milliseconds