Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media3D / QuaternionRotation3D.cs / 1305600 / QuaternionRotation3D.cs
//---------------------------------------------------------------------------- // //// Copyright (c) Microsoft Corporation. All rights reserved. // // // Description: A rotation in 3-space defined by a Quaternion. // // History: // 8/15/2005 : [....] - Created // //--------------------------------------------------------------------------- using System; namespace System.Windows.Media.Media3D { ////// A rotation in 3-space defined by a Quaternion. /// public partial class QuaternionRotation3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors ////// Default constructor that creates a rotation with Quaternion (0,0,0,1). /// public QuaternionRotation3D() {} ////// Constructor taking a quaternion. /// public QuaternionRotation3D(Quaternion quaternion) { Quaternion = quaternion; } #endregion Constructors //------------------------------------------------------ // // Internal Properties // //----------------------------------------------------- #region Internal Properties // Used by animation to get a snapshot of the current rotational // configuration for interpolation in Rotation3DAnimations. internal override Quaternion InternalQuaternion { get { return _cachedQuaternionValue; } } #endregion Internal Properties } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProbeMatchesMessage11.cs
- DeleteCardRequest.cs
- MouseCaptureWithinProperty.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- IPipelineRuntime.cs
- XmlSerializerFactory.cs
- SweepDirectionValidation.cs
- ScrollChrome.cs
- SimpleHandlerFactory.cs
- XmlCharCheckingReader.cs
- CharKeyFrameCollection.cs
- DataGridAutoFormatDialog.cs
- Module.cs
- SqlTypeSystemProvider.cs
- ForeignKeyConstraint.cs
- TextRunCache.cs
- AuthenticationSection.cs
- Unit.cs
- DataSetMappper.cs
- WorkItem.cs
- CheckPair.cs
- InternalControlCollection.cs
- UpdatableWrapper.cs
- GlyphCollection.cs
- Pair.cs
- ModifierKeysConverter.cs
- PerformanceCounterPermissionAttribute.cs
- Style.cs
- WebBrowsableAttribute.cs
- HostVisual.cs
- FormView.cs
- DesignerToolStripControlHost.cs
- SmtpFailedRecipientsException.cs
- DataSourceHelper.cs
- AQNBuilder.cs
- DefaultProxySection.cs
- MissingFieldException.cs
- PropertyEmitterBase.cs
- AppearanceEditorPart.cs
- QfeChecker.cs
- DataGridViewDataConnection.cs
- WindowsPen.cs
- ConstructorBuilder.cs
- FileBasedResourceGroveler.cs
- PnrpPermission.cs
- SqlConnection.cs
- HGlobalSafeHandle.cs
- TextTreeText.cs
- metadatamappinghashervisitor.cs
- SerialPinChanges.cs
- RoutedEvent.cs
- SamlDelegatingWriter.cs
- MetadataPropertyvalue.cs
- XmlPropertyBag.cs
- Baml2006ReaderContext.cs
- PasswordDeriveBytes.cs
- TextServicesCompartmentEventSink.cs
- UnhandledExceptionEventArgs.cs
- UdpSocketReceiveManager.cs
- PropertyGeneratedEventArgs.cs
- NativeMethods.cs
- TransactionScope.cs
- Main.cs
- PassportAuthenticationEventArgs.cs
- PanelDesigner.cs
- Profiler.cs
- TemplatedAdorner.cs
- PackageProperties.cs
- SourceFileInfo.cs
- UnicastIPAddressInformationCollection.cs
- ToolStripDropDownMenu.cs
- DeferredRunTextReference.cs
- EdmToObjectNamespaceMap.cs
- Window.cs
- MessageSecurityProtocol.cs
- FileDialog_Vista.cs
- ResourceAttributes.cs
- HostedImpersonationContext.cs
- StylusButtonCollection.cs
- Image.cs
- SHA384Managed.cs
- TreeNode.cs
- ControlParameter.cs
- EntityWrapperFactory.cs
- BridgeDataReader.cs
- SqlRecordBuffer.cs
- HexParser.cs
- DiscoveryClientOutputChannel.cs
- AnnotationAuthorChangedEventArgs.cs
- GifBitmapDecoder.cs
- ObjectReaderCompiler.cs
- BaseDataList.cs
- RegexWriter.cs
- SizeAnimationClockResource.cs
- SafeHandle.cs
- XpsResourcePolicy.cs
- DesignerObject.cs
- CodeIterationStatement.cs
- Int64Converter.cs
- String.cs