CoordinateTransform

The CoordinateTransform class provides a simple, general way to represent a compound coordinate transformation. In general, it’s basically just a wrapper chaining together a number of TransformationFunctions.

Properties and Methods

 

__init__(self, *transforms): 

 

@property
transformation_function(self): 
  • :returns: TransformationFunction

    No description…

 

@property
transforms(self): 

 

apply(self, coords): 

 

__call__(self, coords): 

 

condense_transforms(self): 

 

parse_transform(tf): 

Provides a way to “tag” a transformation

  • tf: Any

    No description…

  • :returns: _

    No description…

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings