Interface VectorReadable3LType
- All Superinterfaces:
VectorReadable2LType
- All Known Subinterfaces:
PVector3LType<T>,PVector4LType<T>,PVectorByteBufferedIntegral3Type<T>,PVectorByteBufferedIntegral4Type<T>,PVectorReadable3LType<T>,PVectorReadable4LType<T>,PVectorStorageIntegral3Type<T>,PVectorStorageIntegral4Type<T>,Vector3LType,Vector4LType,VectorByteBufferedIntegral3Type,VectorByteBufferedIntegral4Type,VectorReadable4LType,VectorStorageIntegral3Type,VectorStorageIntegral4Type
- All Known Implementing Classes:
PVector3L,PVector4L,PVectorByteBufferedIntegral3s16,PVectorByteBufferedIntegral3s32,PVectorByteBufferedIntegral3s64,PVectorByteBufferedIntegral3s8,PVectorByteBufferedIntegral4s16,PVectorByteBufferedIntegral4s32,PVectorByteBufferedIntegral4s64,PVectorByteBufferedIntegral4s8,PVectorMutable3L,PVectorMutable4L,Vector3L,Vector4L,VectorByteBufferedIntegral3s16,VectorByteBufferedIntegral3s32,VectorByteBufferedIntegral3s64,VectorByteBufferedIntegral3s8,VectorByteBufferedIntegral4s16,VectorByteBufferedIntegral4s32,VectorByteBufferedIntegral4s64,VectorByteBufferedIntegral4s8,VectorMutable3L,VectorMutable4L
public interface VectorReadable3LType extends VectorReadable2LType
The type of 3D
long-typed vectors.-
Method Summary
Modifier and Type Method Description longz()Methods inherited from interface com.io7m.jtensors.core.unparameterized.vectors.VectorReadable2LType
x, y
-
Method Details
-
z
@Parameter(order=2) long z()- Returns:
- The
zcomponent
-