C# Class SolidworksAddinFramework.OpenGl.Transformable

A simple class for accumulating transforms
Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Méthode Description
ApplyTransform ( Matrix4x4 transform, bool accumulate = false ) : void

Apply the transform to the base transform and optionally replace the base transform.

Method Details

ApplyTransform() public méthode

Apply the transform to the base transform and optionally replace the base transform.
public ApplyTransform ( Matrix4x4 transform, bool accumulate = false ) : void
transform Matrix4x4
accumulate bool
Résultat void