C# Class ValveResourceFormat.ResourceTypes.NTROSerialization.CTransform

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

Méthode Description
CTransform ( float field0, float field1, float field2, float field3, float field4, float field5, float field6, float field7 ) : System

Initializes a new instance of the CTransform class.

ToString ( ) : string

Method Details

CTransform() public méthode

Initializes a new instance of the CTransform class.
public CTransform ( float field0, float field1, float field2, float field3, float field4, float field5, float field6, float field7 ) : System
field0 float First item of the matrix.
field1 float Second item of the matrix.
field2 float Third item of the matrix.
field3 float Fourth item of the matrix.
field4 float Fifth item of the matrix.
field5 float Sixth item of the matrix.
field6 float Seventh item of the matrix.
field7 float Eighth item of the matrix.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string