Interface PMatrix4x4FType<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, MatrixReadable4x4FType, MatrixReadableFType, PMatrixReadable4x4FType<A,​B>
All Known Implementing Classes:
PMatrix4x4F

@Immutable
public interface PMatrix4x4FType<A,​B>
extends PMatrixReadable4x4FType<A,​B>, MatrixComputationalType
The type of 4x4 float-typed matrices.