cellcomplex.property_topomesh.transformation module

cellcomplex.property_topomesh.transformation.spherical_topomesh_2d_projection(input_topomesh, center=array([0., 0., 0.]), axes=array([[1., 0., 0.], [0., 1., 0.], [0., 0., 1.]]), projection_type='cylindrical')[source]
Parameters
  • input_topomesh

  • center

  • axes

  • projection_type (str ['cylindrical','cassini','azimuthal']) –

cellcomplex.property_topomesh.transformation.topomesh_2d_projection(input_topomesh, projection_type='XY')[source]
Parameters
  • input_topomesh

  • projection_type

cellcomplex.property_topomesh.transformation.topomesh_transformation(input_topomesh, transformation_matrix=None, center=array([0., 0., 0.]), axes=array([[1., 0., 0.], [0., 1., 0.], [0., 0., 1.]]))[source]
Parameters
  • input_topomesh

  • transformation_matrix

  • center

  • axes

cellcomplex.property_topomesh.transformation.transform_points(points, transformation_matrix)[source]
Parameters
  • points

  • transformation_matrix