C# Class ImageUtility.float3

Mostra file Open project: Patapom/GodComplex Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method 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 method

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

ToString() public method

public ToString ( ) : string
return string

ToString() public method

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

float3() public method

public float3 ( float _x, float _y, float _z ) : System
_x float
_y float
_z float
return System

operator() public static method

public static operator ( ) : float3
return float3

Property Details

x public_oe property

public float x
return float