Package com.fs.starfarer.api.combat
Interface BoundsAPI.SegmentAPI
- Enclosing interface:
- BoundsAPI
public static interface BoundsAPI.SegmentAPI
-
Method Summary
-
Method Details
-
getP1
org.lwjgl.util.vector.Vector2f getP1() -
getP2
org.lwjgl.util.vector.Vector2f getP2() -
set
void set(float x1, float y1, float x2, float y2)
-