C# Класс SpeedSketch.CGVectorExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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