Functions

Predefined Coordinate Systems and Standard Charts

Functions

F5_API ChartDomain_IDsF5B_new_global_cartesian_chart3D ()
F5_API ChartDomain_IDsF5B_standard_cartesian_chart3D ()
F5_API ChartDomain_IDsF5B_new_integer_regular_domain3D ()
F5_API ChartDomain_IDsF5B_new_rational_regular_domain3D ()

Function Documentation

F5_API ChartDomain_IDs* F5B_new_global_cartesian_chart3D (  ) 

Create a new three-dimensional cartesian coordinate system.

F5_API ChartDomain_IDs* F5B_new_integer_regular_domain3D (  ) 

Create a new domain mapping type where each point is mapped to another point, both given by a three-dimensional coordinate that is represented by an integer number. In this case, each source point maps to exactly one target point.

F5_API ChartDomain_IDs* F5B_new_rational_regular_domain3D (  ) 

Create a new domain mapping type where each point is mapped to another point, both given by a three-dimensional coordinate that is represented by a rational number.

F5_API ChartDomain_IDs* F5B_standard_cartesian_chart3D (  ) 

Use the predefined three dimensional cartesian standard chart.

Note:
This chart is the default chart for all operations which do not explicitly specify another chart.