Returns a transform that translates by '(tx, ty, tz)'. t' = [1 0 0 0; 0 1 0 0; 0 0 1 0; tx ty tz 1].
Original signature is 'CATransform3D CATransform3DMakeTranslation (CGFloat tx, CGFloat ty, CGFloat tz)'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public static CATransform3D CATransform3DMakeTranslation( CGFloat tx, CGFloat ty, CGFloat tz )
Public Shared Function CATransform3DMakeTranslation ( _ tx As CGFloat, _ ty As CGFloat, _ tz As CGFloat _ ) As CATransform3D
public: static CATransform3D CATransform3DMakeTranslation( CGFloat tx, CGFloat ty, CGFloat tz )

[Missing <returns> documentation for "M:Monobjc.QuartzCore.QuartzCoreFramework.CATransform3DMakeTranslation(Monobjc.ApplicationServices.CGFloat,Monobjc.ApplicationServices.CGFloat,Monobjc.ApplicationServices.CGFloat)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)