C# Class ImageUtility.float3

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 ) : float3
ToString ( ) : string
ToString ( string _Format ) : string
float3 ( float _x, float _y, float _z ) : System
operator ( ) : float3

Method Details

Parse() public static méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

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

float3() public méthode

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

operator() public static méthode

public static operator ( ) : float3
Résultat float3

Property Details

x public_oe property

public float x
Résultat float