C# Class ImageUtility.float4

Datei anzeigen Open project: Patapom/GodComplex Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method Description
Parse ( string v ) : float4
ToString ( ) : string
ToString ( string _Format ) : string
dot ( float4 b ) : float
float4 ( float _x, float _y, float _z, float _w ) : System
float4 ( float3 _xyz, float _w ) : System
operator ( ) : float4
this ( int _coeff ) : float

Method Details

Parse() public static method

public static Parse ( string v ) : float4
v string
return float4

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( string _Format ) : string
_Format string
return string

dot() public method

public dot ( float4 b ) : float
b float4
return float

float4() public method

public float4 ( float _x, float _y, float _z, float _w ) : System
_x float
_y float
_z float
_w float
return System

float4() public method

public float4 ( float3 _xyz, float _w ) : System
_xyz float3
_w float
return System

operator() public static method

public static operator ( ) : float4
return float4

this() public method

public this ( int _coeff ) : float
_coeff int
return float

Property Details

x public_oe property

public float x
return float