The transpose of the matrix.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 7.1+
Framework
- simd
Declaration
var transpose: float2x2 { get }
The transpose of the matrix.
SDKs
Framework
var transpose: float2x2 { get }
var determinant: Float
The determinant of the matrix.
var inverse: simd _float2x2
The inverse of the matrix.
var columns: (simd _float2, simd _float2)
The columns of the matrix.
var debug Description: String
A representation of the matrix that is suitable for debugging.