tem_translation_type Derived Type

type, public :: tem_translation_type

Data type defines geometry translation


Inherited by

type~~tem_translation_type~~InheritedByGraph type~tem_translation_type tem_translation_type type~tem_transformation_type tem_transformation_type type~tem_transformation_type->type~tem_translation_type translate

Components

Type Visibility Attributes Name Initial
logical, public :: active

Is translation defined

real(kind=rk), public :: vec(3)

vector defining translation in x,y,z direction


Source Code

  type tem_translation_type
    !>Is translation defined
    logical :: active
    !> vector defining translation in x,y,z direction
    real(kind=rk) :: vec(3)
  end type tem_translation_type