Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Math > API/Runtime/CADKernel/Math/FMatrixH
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Math/MatrixH.h |
| Include | #include "Math/MatrixH.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Math/MatrixH.cpp |
void BuildChangeOfCoordinateSystemMatrix
(
const FPoint & Xaxis,
const FPoint & Yaxis,
const FPoint & Zaxis,
const FPoint & Origin
)
the transform matrix
Parameters
| Name | Description |
|---|---|
| Xaxis | the vector X of the old coordinate system in the new coordinate system |
| Yaxis | the vector Y of the old coordinate system in the new coordinate system |
| Zaxis | the vector Z of the old coordinate system in the new coordinate system |
| Origin | Origin of the old coordinate system in the new coordinate system |