Invert 't' and return the result. Returns the original matrix if 't' has no inverse.
Original signature is 'CATransform3D CATransform3DInvert (CATransform3D t);'
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public static CATransform3D CATransform3DInvert( CATransform3D t )
Public Shared Function CATransform3DInvert ( _ t As CATransform3D _ ) As CATransform3D
public: static CATransform3D CATransform3DInvert( CATransform3D t )
- t (CATransform3D)
- MISSING
YES if t is the identity transform, otherwise NO.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)