C# Class SpeedSketch.CGVectorExtensions

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
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

Method Details

Add() public static méthode

public static Add ( this left, CGVector right ) : CGVector?
left this
right CGVector
Résultat CGVector?

CreatePoint() public static méthode

public static CreatePoint ( this self ) : CGPoint
self this
Résultat CGPoint

Divide() public static méthode

public static Divide ( this left, nfloat right ) : CGVector
left this
right nfloat
Résultat CGVector

Mult() public static méthode

public static Mult ( this left, nfloat right ) : CGVector
left this
right nfloat
Résultat CGVector

Normal() public static méthode

public static Normal ( this self ) : CGVector?
self this
Résultat CGVector?

Normalize() public static méthode

public static Normalize ( this self ) : CGVector?
self this
Résultat CGVector?

RoundTo() public static méthode

public static RoundTo ( this self, nfloat scale ) : CGVector
self this
scale nfloat
Résultat CGVector