Return the inverted transform.  
 More...
#include <vc/graph/core.hpp>
|  | 
| auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override | 
|  | 
| void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &cacheDir) override | 
|  | 
Return the inverted transform. 
If the transform is not invertible, returns the input transform.
- See also
- Transform3D::invert() 
Definition at line 844 of file core.hpp.
◆ InvertTransformNode()
      
        
          | volcart::InvertTransformNode::InvertTransformNode | ( |  | ) |  | 
      
 
 
◆ deserialize_()
  
  | 
        
          | void volcart::InvertTransformNode::deserialize_ | ( | const smgl::Metadata & | meta, |  
          |  |  | const filesystem::path & | cacheDir |  
          |  | ) |  |  |  | overrideprivate | 
 
smgl custom deserialization 
 
 
◆ serialize_()
  
  | 
        
          | auto volcart::InvertTransformNode::serialize_ | ( | bool | useCache, |  
          |  |  | const filesystem::path & | cacheDir |  
          |  | ) |  | ->  smgl::Metadata |  | overrideprivate | 
 
smgl custom serialization 
 
 
◆ input
Input transform. 
Definition at line 854 of file core.hpp.
 
 
◆ input_
Input transform 
Definition at line 848 of file core.hpp.
 
 
◆ output
Output transform. 
Definition at line 856 of file core.hpp.
 
 
◆ output_
Output transform 
Definition at line 850 of file core.hpp.
 
 
The documentation for this class was generated from the following file: