C# 클래스 ShaderInterpreter.ShaderMath.float2

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

공개 프로퍼티들

프로퍼티 타입 설명
x float

공개 메소드들

메소드 설명
float2 ( ) : System
float2 ( double _x ) : System
float2 ( double _x, double _y ) : System
operator ( ) : float2

메소드 상세

float2() 공개 메소드

public float2 ( ) : System
리턴 System

float2() 공개 메소드

public float2 ( double _x ) : System
_x double
리턴 System

float2() 공개 메소드

public float2 ( double _x, double _y ) : System
_x double
_y double
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : float2
리턴 float2

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float