C# Class ImageUtility.float2

Show file Open project: Patapom/GodComplex Class Usage Examples

Public Properties

Property Type Description
x float

Public Methods

Method Description
Dot ( float2 a ) : float
Parse ( string v ) : float2
ToString ( ) : string
ToString ( string _Format ) : string
float2 ( float _x, float _y ) : System
operator ( ) : float2

Method Details

Dot() public method

public Dot ( float2 a ) : float
a float2
return float

Parse() public static method

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

ToString() public method

public ToString ( ) : string
return string

ToString() public method

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

float2() public method

public float2 ( float _x, float _y ) : System
_x float
_y float
return System

operator() public static method

public static operator ( ) : float2
return float2

Property Details

x public property

public float x
return float