C# Class NewTOAPIA.float3x4

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
M11 float

Public Methods

Method Description
ToString ( ) : string
float3x4 ( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23 ) : System
float3x4 ( float3x3 R, float3 t ) : System
float3x4 ( float4 R1, float4 R2, float4 R3 ) : System
operator ( ) : float3
operator ( ) : float3x3
operator ( ) : float3x4
operator ( ) : float4
this ( int col, int row ) : float
this ( int i ) : float4

Method Details

ToString() public method

public ToString ( ) : string
return string

float3x4() public method

public float3x4 ( float a00, float a01, float a02, float a03, float a10, float a11, float a12, float a13, float a20, float a21, float a22, float a23 ) : System
a00 float
a01 float
a02 float
a03 float
a10 float
a11 float
a12 float
a13 float
a20 float
a21 float
a22 float
a23 float
return System

float3x4() public method

public float3x4 ( float3x3 R, float3 t ) : System
R float3x3
t float3
return System

float3x4() public method

public float3x4 ( float4 R1, float4 R2, float4 R3 ) : System
R1 float4
R2 float4
R3 float4
return System

operator() public static method

public static operator ( ) : float3
return float3

operator() public static method

public static operator ( ) : float3x3
return float3x3

operator() public static method

public static operator ( ) : float3x4
return float3x4

operator() public static method

public static operator ( ) : float4
return float4

this() public method

public this ( int col, int row ) : float
col int
row int
return float

this() public method

public this ( int i ) : float4
i int
return float4

Property Details

M11 public property

public float M11
return float