#include "zinc/fieldtrigonometry.h"
#include "zinc/field.hpp"
#include "zinc/fieldmodule.hpp"
Go to the source code of this file.
 | 
| class   | OpenCMISS::Zinc::FieldSin | 
|   | A field where the components are the sine value (using radians) of the components of the source_field.  More...
  | 
|   | 
| class   | OpenCMISS::Zinc::FieldCos | 
|   | A field where the components are the cosine value (using radians) of the components of the source_field.  More...
  | 
|   | 
| class   | OpenCMISS::Zinc::FieldTan | 
|   | A field where the components are the trigonometric tangent value (using radians) of the components of the source_field.  More...
  | 
|   | 
| class   | OpenCMISS::Zinc::FieldAsin | 
|   | A field where the components are the arcsine value (using radians) of the components of the source_field.  More...
  | 
|   | 
| class   | OpenCMISS::Zinc::FieldAcos | 
|   | A field where the components are the arccosine value (using radians) of the components of the source_field.  More...
  | 
|   | 
| class   | OpenCMISS::Zinc::FieldAtan | 
|   | A field where the components are the arctangent value (using radians) of the components of the source_field.  More...
  | 
|   | 
| class   | OpenCMISS::Zinc::FieldAtan2 | 
|   | A field where the components are calculated using the atan2 c function, so that the angle returned (in radians) is the angle between a positive x axis in a plane and the vector (x,y) where x is the source_field_one component and y is the source_field_two component.  More...
  | 
|   |