C# 클래스 RhinoCyclesCore.CyclesObjectTransform

Intermediate class to record dynamic object transforms
파일 보기 프로젝트 열기: mcneel/RhinoCycles

공개 메소드들

메소드 설명
CyclesObjectTransform ( uint id, ccl.Transform t ) : System

Constructor

Equals ( object obj ) : bool

Two instances are considered equal when their Ids match.

GetHashCode ( ) : int

Hash code for this instance

ToString ( ) : string

Textual representation of instances

메소드 상세

CyclesObjectTransform() 공개 메소드

Constructor
public CyclesObjectTransform ( uint id, ccl.Transform t ) : System
id uint Id of object
t ccl.Transform Transform
리턴 System

Equals() 공개 메소드

Two instances are considered equal when their Ids match.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Hash code for this instance
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Textual representation of instances
public ToString ( ) : string
리턴 string