C# 클래스 Graphics.Primitives.Rotator

파일 보기 프로젝트 열기: softservedata/PMP412016

공개 메소드들

메소드 설명
Rotator ( Point center, Vector direction, double angle ) : System
rotate ( Point source ) : Point

비공개 메소드들

메소드 설명
init ( Point center, Vector direction, double angle ) : void

메소드 상세

Rotator() 공개 메소드

public Rotator ( Point center, Vector direction, double angle ) : System
center Point
direction Vector
angle double
리턴 System

rotate() 공개 메소드

public rotate ( Point source ) : Point
source Point
리턴 Point