Interface Vector3FType
- All Superinterfaces:
VectorComputationalType
,VectorReadable2FType
,VectorReadable3FType
- All Known Implementing Classes:
Vector3F
The type of 3D
float
-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) float x()- Specified by:
x
in interfaceVectorReadable2FType
- Returns:
- The
x
component
-
y
@Parameter(order=1) float y()- Specified by:
y
in interfaceVectorReadable2FType
- Returns:
- The
y
component
-
z
@Parameter(order=2) float z()- Specified by:
z
in interfaceVectorReadable3FType
- Returns:
- The
z
component
-