LazyLib

Deprecated API


Contents
Deprecated Methods
org.lazywizard.lazylib.MathUtils.getDistanceSquared(CombatEntityAPI, CombatEntityAPI)
          Use MathUtils.getDistance(com.fs.starfarer.api.combat.CombatEntityAPI, com.fs.starfarer.api.combat.CombatEntityAPI) instead. With the addition of collision radius checking, there's no way to avoid calculating the square root. 
org.lazywizard.lazylib.MathUtils.getDistanceSquared(CombatEntityAPI, Vector2f)
          Use MathUtils.getDistance(com.fs.starfarer.api.combat.CombatEntityAPI, org.lwjgl.util.vector.Vector2f) instead. With the addition of collision radius checking, there's no way to avoid calculating the square root. 
org.lazywizard.lazylib.MathUtils.isPointWithinBounds(Vector2f, CombatEntityAPI)
          Use CollisionUtils.isPointWithinBounds(org.lwjgl.util.vector.Vector2f, com.fs.starfarer.api.combat.CombatEntityAPI) instead. 
 


LazyLib