Show / Hide Table of Contents

Method Create

Create(Double, Double, Double, Double, Double, Double, Double)

Creates an instance of the TransformationMatrix class using x, y, z, w quaternion and x, y, z translations.

Declaration
public static TransformationMatrix Create(double quaternionX, double quaternionY, double quaternionZ, double quaternionW, double translationX, double translationY, double translationZ)
Parameters
Type Name Description
System.Double quaternionX

The x quaternion of the transformation matrix.

System.Double quaternionY

The y quaternion of the transformation matrix.

System.Double quaternionZ

The z quaternion of the transformation matrix.

System.Double quaternionW

The w quaternion of the transformation matrix.

System.Double translationX

The x position of the transformation matrix.

System.Double translationY

The y position of the transformation matrix.

System.Double translationZ

The z position of the transformation matrix.

Returns
Type Description
TransformationMatrix

A new TransformationMatrix object

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.6 - 200.7
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.7
In This Article
Back to top Copyright © 2022 Esri.