C# Class ImageUtility.float4

Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Méthodes publiques

Свойство Type Description
x float

Méthodes publiques

Méthode 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 méthode

public static Parse ( string v ) : float4
v string
Résultat float4

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( string _Format ) : string
_Format string
Résultat string

dot() public méthode

public dot ( float4 b ) : float
b float4
Résultat float

float4() public méthode

public float4 ( float _x, float _y, float _z, float _w ) : System
_x float
_y float
_z float
_w float
Résultat System

float4() public méthode

public float4 ( float3 _xyz, float _w ) : System
_xyz float3
_w float
Résultat System

operator() public static méthode

public static operator ( ) : float4
Résultat float4

this() public méthode

public this ( int _coeff ) : float
_coeff int
Résultat float

Property Details

x public_oe property

public float x
Résultat float