C# 클래스 ImageUtility.float4

파일 보기 프로젝트 열기: Patapom/GodComplex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
x float

공개 메소드들

메소드 설명
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

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string v ) : float4
v string
리턴 float4

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( string _Format ) : string
_Format string
리턴 string

dot() 공개 메소드

public dot ( float4 b ) : float
b float4
리턴 float

float4() 공개 메소드

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

float4() 공개 메소드

public float4 ( float3 _xyz, float _w ) : System
_xyz float3
_w float
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : float4
리턴 float4

this() 공개 메소드

public this ( int _coeff ) : float
_coeff int
리턴 float

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float