Interface VectorReadable2FType
- All Known Subinterfaces:
PVector2FType<T>, PVector3FType<T>, PVector4FType<T>, PVectorReadable2FType<T>, PVectorReadable3FType<T>, PVectorReadable4FType<T>, Vector2FType, Vector3FType, Vector4FType, VectorReadable3FType, VectorReadable4FType
public interface VectorReadable2FType
The type of 2D
float-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) float x()- Returns:
- The
xcomponent
-
y
@Parameter(order=1) float y()- Returns:
- The
ycomponent
-