Interface Vector4FType
- All Superinterfaces:
VectorComputationalType,VectorReadable2FType,VectorReadable3FType,VectorReadable4FType
- All Known Implementing Classes:
Vector4F
@Immutable public interface Vector4FType extends VectorReadable4FType, VectorComputationalType
The type of 4D
float-typed vectors.-
Method Details
-
x
@Parameter(order=0) float x()- Specified by:
xin interfaceVectorReadable2FType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) float y()- Specified by:
yin interfaceVectorReadable2FType- Returns:
- The
ycomponent
-
z
@Parameter(order=2) float z()- Specified by:
zin interfaceVectorReadable3FType- Returns:
- The
zcomponent
-
w
@Parameter(order=3) float w()- Specified by:
win interfaceVectorReadable4FType- Returns:
- The
wcomponent
-