Projectile Angle Calculator
Calculates the shooting angle which hits the supplied target
Inheritors
Functions
Link copied to clipboard
abstract fun calculateAngleFor(projectileInfo: TrajectoryInfo, sourcePos: Vec3, targetPosFunction: PositionExtrapolation, targetShape: EntityDimensions): Rotation?
Link copied to clipboard
Link copied to clipboard
open fun calculateAngleForStaticTarget(projectileInfo: TrajectoryInfo, target: Vec3, shape: EntityDimensions): Rotation?