C# Class SIMDPrototyping.Matrix3x3

显示文件 Open project: RossNordby/scratchpad Class Usage Examples

Public Methods

Method Description
Get ( Matrix3x3 &m ) : void

Private Methods

Method Description
Transform ( Vector3 v, Matrix3x3 m ) : Vector3
Transform ( Vector3 &v, Matrix3x3 &m, Vector3 &result ) : void
Transform2 ( Vector3 v, Matrix3x3 m ) : Vector3
Transform2 ( Vector3 &v, Matrix3x3 &m, Vector3 &result ) : void
TransformTranspose ( Vector3 v, Matrix3x3 m ) : Vector3
TransformTranspose ( Vector3 &v, Matrix3x3 &m, Vector3 &result ) : void

Method Details

Get() public static method

public static Get ( Matrix3x3 &m ) : void
m Matrix3x3
return void