C# Class SolidworksAddinFramework.OpenGl.Transformable

A simple class for accumulating transforms
ファイルを表示 Open project: Weingartner/SolidworksAddinFramework

Public Methods

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

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
return void