C# Class RhinoCyclesCore.CyclesObjectTransform

Intermediate class to record dynamic object transforms
Afficher le fichier Open project: mcneel/RhinoCycles

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

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

GetHashCode() public méthode

Hash code for this instance
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Textual representation of instances
public ToString ( ) : string
Résultat string