tem_plane_type Derived Type

type, public :: tem_plane_type

type contains intrinsic plane information


Inherits

type~~tem_plane_type~~InheritsGraph type~tem_plane_type tem_plane_type type~tem_triangle_type tem_triangle_type type~tem_plane_type->type~tem_triangle_type triangle

Inherited by

type~~tem_plane_type~~InheritedByGraph type~tem_plane_type tem_plane_type type~tem_box_type tem_box_type type~tem_box_type->type~tem_plane_type plane type~tem_canonicalnd_type tem_canonicalND_type type~tem_canonicalnd_type->type~tem_plane_type plane type~tem_canonicalnd_type->type~tem_box_type box type~grw_boxarray_type grw_boxarray_type type~grw_boxarray_type->type~tem_box_type val type~tem_shape_type tem_shape_type type~tem_shape_type->type~tem_canonicalnd_type canoND type~tem_tracking_config_type tem_tracking_config_type type~tem_tracking_config_type->type~tem_shape_type geometry type~spatial_parabol_type spatial_parabol_type type~spatial_parabol_type->type~tem_shape_type geometry type~tem_spacetime_fun_type tem_spacetime_fun_type type~tem_spacetime_fun_type->type~tem_shape_type geom type~tem_convergenceheader_type tem_convergenceHeader_type type~tem_convergenceheader_type->type~tem_shape_type geometry type~tem_spatial_type tem_spatial_type type~tem_spatial_type->type~spatial_parabol_type parabol type~tem_variable_type tem_variable_type type~tem_variable_type->type~tem_spacetime_fun_type st_fun type~tem_st_fun_listelem_type tem_st_fun_listElem_type type~tem_st_fun_listelem_type->type~tem_spacetime_fun_type val type~tem_convergence_type tem_convergence_type type~tem_convergence_type->type~tem_convergenceheader_type header type~tem_tracking_type tem_tracking_type type~tem_tracking_type->type~tem_tracking_config_type config

Contents


Components

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: origin(3)

origin of the plane in x,y,z coordinate system

real(kind=rk), private :: vec(3,2)

two vectors defining the plane length 1st index x,y,z coordinate, 2nd index vector number

type(tem_triangle_type), private :: triangle(2)

Convert plane into two triangles

real(kind=rk), private :: unitNormal(3)

unit normal direction of a plane