C# Class RhinoCyclesCore.CyclesObjectTransform

Intermediate class to record dynamic object transforms
Datei anzeigen Open project: mcneel/RhinoCycles

Public Methods

Method Description
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

Method Details

CyclesObjectTransform() public method

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

Equals() public method

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

GetHashCode() public method

Hash code for this instance
public GetHashCode ( ) : int
return int

ToString() public method

Textual representation of instances
public ToString ( ) : string
return string