Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

math.transpose

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static bool2x2 transpose(bool2x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool2x2 Transposed value.

Description

Return the bool2x2 transpose of a bool2x2 matrix.


Declaration

public static bool3x2 transpose(bool2x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool3x2 Transposed value.

Description

Return the bool3x2 transpose of a bool2x3 matrix.


Declaration

public static bool4x2 transpose(bool2x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool4x2 Transposed value.

Description

Return the bool4x2 transpose of a bool2x4 matrix.


Declaration

public static bool2x3 transpose(bool3x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool2x3 Transposed value.

Description

Return the bool2x3 transpose of a bool3x2 matrix.


Declaration

public static bool3x3 transpose(bool3x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool3x3 Transposed value.

Description

Return the bool3x3 transpose of a bool3x3 matrix.


Declaration

public static bool4x3 transpose(bool3x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool4x3 Transposed value.

Description

Return the bool4x3 transpose of a bool3x4 matrix.


Declaration

public static bool2x4 transpose(bool4x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool2x4 Transposed value.

Description

Return the bool2x4 transpose of a bool4x2 matrix.


Declaration

public static bool3x4 transpose(bool4x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool3x4 Transposed value.

Description

Return the bool3x4 transpose of a bool4x3 matrix.


Declaration

public static bool4x4 transpose(bool4x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

bool4x4 Transposed value.

Description

Return the bool4x4 transpose of a bool4x4 matrix.


Declaration

public static double2x2 transpose(double2x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double2x2 Transposed value.

Description

Return the double2x2 transpose of a double2x2 matrix.


Declaration

public static double3x2 transpose(double2x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double3x2 Transposed value.

Description

Return the double3x2 transpose of a double2x3 matrix.


Declaration

public static double4x2 transpose(double2x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double4x2 Transposed value.

Description

Return the double4x2 transpose of a double2x4 matrix.


Declaration

public static double2x3 transpose(double3x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double2x3 Transposed value.

Description

Return the double2x3 transpose of a double3x2 matrix.


Declaration

public static double3x3 transpose(double3x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double3x3 Transposed value.

Description

Return the double3x3 transpose of a double3x3 matrix.


Declaration

public static double4x3 transpose(double3x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double4x3 Transposed value.

Description

Return the double4x3 transpose of a double3x4 matrix.


Declaration

public static double2x4 transpose(double4x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double2x4 Transposed value.

Description

Return the double2x4 transpose of a double4x2 matrix.


Declaration

public static double3x4 transpose(double4x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double3x4 Transposed value.

Description

Return the double3x4 transpose of a double4x3 matrix.


Declaration

public static double4x4 transpose(double4x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

double4x4 Transposed value.

Description

Return the double4x4 transpose of a double4x4 matrix.


Declaration

public static float2x2 transpose(float2x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float2x2 Transposed value.

Description

Return the float2x2 transpose of a float2x2 matrix.


Declaration

public static float3x2 transpose(float2x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float3x2 Transposed value.

Description

Return the float3x2 transpose of a float2x3 matrix.


Declaration

public static float4x2 transpose(float2x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float4x2 Transposed value.

Description

Return the float4x2 transpose of a float2x4 matrix.


Declaration

public static float2x3 transpose(float3x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float2x3 Transposed value.

Description

Return the float2x3 transpose of a float3x2 matrix.


Declaration

public static float3x3 transpose(float3x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float3x3 Transposed value.

Description

Return the float3x3 transpose of a float3x3 matrix.


Declaration

public static float4x3 transpose(float3x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float4x3 Transposed value.

Description

Return the float4x3 transpose of a float3x4 matrix.


Declaration

public static float2x4 transpose(float4x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float2x4 Transposed value.

Description

Return the float2x4 transpose of a float4x2 matrix.


Declaration

public static float3x4 transpose(float4x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float3x4 Transposed value.

Description

Return the float3x4 transpose of a float4x3 matrix.


Declaration

public static float4x4 transpose(float4x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

float4x4 Transposed value.

Description

Return the float4x4 transpose of a float4x4 matrix.


Declaration

public static int2x2 transpose(int2x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int2x2 Transposed value.

Description

Return the int2x2 transpose of a int2x2 matrix.


Declaration

public static int3x2 transpose(int2x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int3x2 Transposed value.

Description

Return the int3x2 transpose of a int2x3 matrix.


Declaration

public static int4x2 transpose(int2x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int4x2 Transposed value.

Description

Return the int4x2 transpose of a int2x4 matrix.


Declaration

public static int2x3 transpose(int3x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int2x3 Transposed value.

Description

Return the int2x3 transpose of a int3x2 matrix.


Declaration

public static int3x3 transpose(int3x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int3x3 Transposed value.

Description

Return the int3x3 transpose of a int3x3 matrix.


Declaration

public static int4x3 transpose(int3x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int4x3 Transposed value.

Description

Return the int4x3 transpose of a int3x4 matrix.


Declaration

public static int2x4 transpose(int4x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int2x4 Transposed value.

Description

Return the int2x4 transpose of a int4x2 matrix.


Declaration

public static int3x4 transpose(int4x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int3x4 Transposed value.

Description

Return the int3x4 transpose of a int4x3 matrix.


Declaration

public static int4x4 transpose(int4x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

int4x4 Transposed value.

Description

Return the int4x4 transpose of a int4x4 matrix.


Declaration

public static uint2x2 transpose(uint2x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint2x2 Transposed value.

Description

Return the uint2x2 transpose of a uint2x2 matrix.


Declaration

public static uint3x2 transpose(uint2x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint3x2 Transposed value.

Description

Return the uint3x2 transpose of a uint2x3 matrix.


Declaration

public static uint4x2 transpose(uint2x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint4x2 Transposed value.

Description

Return the uint4x2 transpose of a uint2x4 matrix.


Declaration

public static uint2x3 transpose(uint3x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint2x3 Transposed value.

Description

Return the uint2x3 transpose of a uint3x2 matrix.


Declaration

public static uint3x3 transpose(uint3x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint3x3 Transposed value.

Description

Return the uint3x3 transpose of a uint3x3 matrix.


Declaration

public static uint4x3 transpose(uint3x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint4x3 Transposed value.

Description

Return the uint4x3 transpose of a uint3x4 matrix.


Declaration

public static uint2x4 transpose(uint4x2 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint2x4 Transposed value.

Description

Return the uint2x4 transpose of a uint4x2 matrix.


Declaration

public static uint3x4 transpose(uint4x3 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint3x4 Transposed value.

Description

Return the uint3x4 transpose of a uint4x3 matrix.


Declaration

public static uint4x4 transpose(uint4x4 v);

Parameters

Parameter Description
v Value to transpose.

Returns

uint4x4 Transposed value.

Description

Return the uint4x4 transpose of a uint4x4 matrix.