Interface PMatrix4x4DType<A,​B>

Type Parameters:
A - A phantom type parameter (possibly representing a source coordinate system)
B - A phantom type parameter (possibly representing a target coordinate system)
All Superinterfaces:
MatrixComputationalType, MatrixReadable4x4DType, MatrixReadableDType, PMatrixReadable4x4DType<A,​B>
All Known Implementing Classes:
PMatrix4x4D

@Immutable
public interface PMatrix4x4DType<A,​B>
extends PMatrixReadable4x4DType<A,​B>, MatrixComputationalType
The type of 4x4 double-typed matrices.