C# 클래스 SpaceClaim.AddInLibrary.Rotation

파일 보기 프로젝트 열기: bcourter/SpaceClaim-AddIns

공개 메소드들

메소드 설명
Create ( double angle, Direction axis ) : Rotation
CreateFromMatrix ( System.Matrix matrix ) : Rotation
ToString ( ) : string

비공개 메소드들

메소드 설명
Rotation ( Quaternion h ) : System
Rotation ( double angle, Direction direction ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( double angle, Direction axis ) : Rotation
angle double
axis Direction
리턴 Rotation

CreateFromMatrix() 공개 정적인 메소드

public static CreateFromMatrix ( System.Matrix matrix ) : Rotation
matrix System.Matrix
리턴 Rotation

ToString() 공개 메소드

public ToString ( ) : string
리턴 string