C# 클래스 SpeedSketch.CGVectorExtensions

파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
Add ( this left, CGVector right ) : CGVector?
CreatePoint ( this self ) : CGPoint
Divide ( this left, nfloat right ) : CGVector
Mult ( this left, nfloat right ) : CGVector
Normal ( this self ) : CGVector?
Normalize ( this self ) : CGVector?
RoundTo ( this self, nfloat scale ) : CGVector

메소드 상세

Add() 공개 정적인 메소드

public static Add ( this left, CGVector right ) : CGVector?
left this
right CGVector
리턴 CGVector?

CreatePoint() 공개 정적인 메소드

public static CreatePoint ( this self ) : CGPoint
self this
리턴 CGPoint

Divide() 공개 정적인 메소드

public static Divide ( this left, nfloat right ) : CGVector
left this
right nfloat
리턴 CGVector

Mult() 공개 정적인 메소드

public static Mult ( this left, nfloat right ) : CGVector
left this
right nfloat
리턴 CGVector

Normal() 공개 정적인 메소드

public static Normal ( this self ) : CGVector?
self this
리턴 CGVector?

Normalize() 공개 정적인 메소드

public static Normalize ( this self ) : CGVector?
self this
리턴 CGVector?

RoundTo() 공개 정적인 메소드

public static RoundTo ( this self, nfloat scale ) : CGVector
self this
scale nfloat
리턴 CGVector