Interface Vector3LType
- All Superinterfaces:
VectorComputationalType,VectorReadable2LType,VectorReadable3LType
- All Known Implementing Classes:
Vector3L
The type of 3D
long-typed vectors.-
Method Summary
-
Method Details
-
x
@Parameter(order=0) long x()- Specified by:
xin interfaceVectorReadable2LType- Returns:
- The
xcomponent
-
y
@Parameter(order=1) long y()- Specified by:
yin interfaceVectorReadable2LType- Returns:
- The
ycomponent
-
z
@Parameter(order=2) long z()- Specified by:
zin interfaceVectorReadable3LType- Returns:
- The
zcomponent
-