◆ cg_transformation_initialize()
| pure subroutine mod_cg_transformation::initialize::cg_transformation_initialize |
( |
class(t_cg_transformation), intent(inout) | transformation, |
|
|
integer, intent(in) | dimension ) |
Initialize the transformation to the identity.
The initialization results in the following matrix:
!! ┌─────┬─────┬─────┬─────┐
!! │ 1 │ 0 │ 0 │ 0 │
!! ├─────┼─────┼─────┼─────┤
!! │ 0 │ 1 │ 0 │ 0 │
!! ├─────┼─────┼─────┼─────┤
!! │ 0 │ 0 │ 1 │ 0 │
!! ├─────┼─────┼─────┼─────┤
!! │ 0 │ 0 │ 0 │ 1 │
!! └─────┴─────┴─────┴─────┘
!!
- Parameters
-
| [in,out] | transformation | transformation |
| [in] | dimension | spatial dimension |
The documentation for this interface was generated from the following file: