C# 클래스 ImageUtility.float3

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

공개 프로퍼티들

프로퍼티 타입 설명
x float

공개 메소드들

메소드 설명
Parse ( string v ) : float3
ToString ( ) : string
ToString ( string _Format ) : string
float3 ( float _x, float _y, float _z ) : System
operator ( ) : float3

메소드 상세

Parse() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

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

float3() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : float3
리턴 float3

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float