C# 클래스 R3.Control.RotationHandler4D

Class which manages 4D view rotations
파일 보기 프로젝트 열기: roice3/Honeycombs

공개 메소드들

메소드 설명
MouseDragged ( double dx, double dy, bool xz_yz, bool xw_yw, bool xy_zw ) : void

Handles updating our rotation matrices based on mouse dragging.

RotationHandler4D ( ) : System
RotationHandler4D ( Matrix4D initialMatrix ) : System

비공개 메소드들

메소드 설명
ApplySpinDelta ( Matrix4D spinDelta ) : void

메소드 상세

MouseDragged() 공개 메소드

Handles updating our rotation matrices based on mouse dragging.
public MouseDragged ( double dx, double dy, bool xz_yz, bool xw_yw, bool xy_zw ) : void
dx double
dy double
xz_yz bool
xw_yw bool
xy_zw bool
리턴 void

RotationHandler4D() 공개 메소드

public RotationHandler4D ( ) : System
리턴 System

RotationHandler4D() 공개 메소드

public RotationHandler4D ( Matrix4D initialMatrix ) : System
initialMatrix R3.Math.Matrix4D
리턴 System