Interface VectorReadable2IType
- All Known Subinterfaces:
PVector2IType<T>,PVector3IType<T>,PVector4IType<T>,PVectorReadable2IType<T>,PVectorReadable3IType<T>,PVectorReadable4IType<T>,Vector2IType,Vector3IType,Vector4IType,VectorReadable3IType,VectorReadable4IType
public interface VectorReadable2IType
The type of 2D
int-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) int x()- Returns:
- The
xcomponent
-
y
@Parameter(order=1) int y()- Returns:
- The
ycomponent
-