public void CopyFrom(SimpleTransformationProviderBase from) { this.vector3D_0 = from.vector3D_0; this.double_0 = from.double_0; this.quaternionD_0 = from.quaternionD_0; this.viewScaling = from.viewScaling; this.viewWindow = from.viewWindow; this.modelBounds.CopyFrom(from.modelBounds); this.bool_0 = from.bool_0; this.modelBoundsFitType_0 = from.modelBoundsFitType_0; this.double_1 = from.double_1; }
public SimpleRotateAroundZInteractor( SimpleTransformationProviderBase transformationProvider) : base(transformationProvider) { }
public SimplePanInteractor( SimpleTransformationProviderBase transformationProvider) : base(transformationProvider) { }
public SimpleRotateInteractor( SimpleTransformationProviderBase transformationProvider) { this.simpleTransformationProviderBase_0 = transformationProvider; }
public SimpleZoomWheelInteractor( SimpleTransformationProviderBase transformationProvider) : base(transformationProvider) { }