Method | Description | |
---|---|---|
AssimpMatrixtoMatrix3D ( this source, Matrix4x4 finMat ) : |
Transforme une Assimp.Matrix4x4 en Matrix3D
|
|
Find ( this source, System.Windows.Media.Media3D.Model3D other ) : System.Windows.Media.Media3D.Model3D |
Find a Model3D in a Model3DGroup
|
|
Lerp ( this source, |
Linear interpolation between two matricies
|
|
Matrix3DToAssimpMatrix4x4 ( this source, |
Transforme une Matrix3D en Assimp.Matrix4x4
|
public static AssimpMatrixtoMatrix3D ( this source, Matrix4x4 finMat ) : |
||
source | this | |
finMat | Matrix4x4 | Matrix4x4 |
return |
public static Find ( this source, System.Windows.Media.Media3D.Model3D other ) : System.Windows.Media.Media3D.Model3D | ||
source | this | this |
other | System.Windows.Media.Media3D.Model3D | Model to find |
return | System.Windows.Media.Media3D.Model3D |
public static Lerp ( this source, |
||
source | this | this |
end | Other matrix | |
return | void |
public static Matrix3DToAssimpMatrix4x4 ( this source, |
||
source | this | |
finMat | Matrix3D | |
return | Matrix4x4 |