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
double quaternionX

The x quaternion of the transformation matrix.

double quaternionY

The y quaternion of the transformation matrix.

double quaternionZ

The z quaternion of the transformation matrix.

double quaternionW

The w quaternion of the transformation matrix.

double translationX

The x position of the transformation matrix.

double translationY

The y position of the transformation matrix.

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.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.6 - 200.8
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.