FMatrix4
FMatrix4 structure
Matrix 4x4 met alle componenten in float type
Constructeurs
| Naam | Beschrijving | 
|---|
| FMatrix4(Matrix4) | Initialiseer de instantie van FMatrix4van eenMatrix4instantie. | 
| FMatrix4(FVector4, FVector4, FVector4, FVector4) | Construeert matrix uit 4 rijen. | 
| FMatrix4(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) | Initialiseer de instantie van FMatrix4 | 
methoden
| Naam | Beschrijving | 
|---|
| Concatenate(FMatrix4) | Voegt de twee matrices samen | 
| Concatenate(Matrix4) | Voegt de twee matrices samen | 
| Inverse() | Bereken de inverse matrix van de huidige instantie. | 
| Transpose() | Transponeert deze instantie. | 
| operator * | Voeg de twee matrices samen (2 operators) | 
Velden
Zie ook