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
- MediaElement.cs
- SystemIPInterfaceProperties.cs
- PluralizationServiceUtil.cs
- Event.cs
- RectValueSerializer.cs
- SQLChars.cs
- Update.cs
- DataProtection.cs
- MailMessage.cs
- System.Data_BID.cs
- COM2Properties.cs
- WebPartConnectionsConnectVerb.cs
- MemberRestriction.cs
- SpecularMaterial.cs
- AudioFileOut.cs
- ExpressionParser.cs
- XLinq.cs
- ToolStripSettings.cs
- ListSourceHelper.cs
- RadioButtonDesigner.cs
- EntityDataSourceChangedEventArgs.cs
- QilInvoke.cs
- MasterPageBuildProvider.cs
- DrawingImage.cs
- MatrixAnimationBase.cs
- DefaultAssemblyResolver.cs
- ManualResetEvent.cs
- WS2007FederationHttpBinding.cs
- MimeWriter.cs
- DataTemplate.cs
- XmlILIndex.cs
- InvokeProviderWrapper.cs
- XmlAtomicValue.cs
- IChannel.cs
- UnmanagedHandle.cs
- IdentityHolder.cs
- DragDeltaEventArgs.cs
- Clipboard.cs
- TreeViewEvent.cs
- DataGridViewCheckBoxCell.cs
- XamlSerializerUtil.cs
- CodeIdentifiers.cs
- StringAnimationUsingKeyFrames.cs
- FontDialog.cs
- Rotation3D.cs
- DoubleConverter.cs
- PersonalizationStateQuery.cs
- SpellCheck.cs
- HScrollBar.cs
- SetterBaseCollection.cs
- SAPIEngineTypes.cs
- DynamicDataRoute.cs
- SHA384Cng.cs
- XmlNodeList.cs
- ThreadStateException.cs
- Registry.cs
- BindingSource.cs
- TextParentUndoUnit.cs
- DelegateHelpers.cs
- RowsCopiedEventArgs.cs
- CngProperty.cs
- DataExchangeServiceBinder.cs
- XsltSettings.cs
- ActivityMarkupSerializer.cs
- ReaderWriterLockSlim.cs
- Crc32Helper.cs
- ClientSection.cs
- CodeTypeMemberCollection.cs
- Literal.cs
- SafeLibraryHandle.cs
- ListViewDataItem.cs
- KeyProperty.cs
- InvalidPropValue.cs
- XmlParserContext.cs
- HTTPNotFoundHandler.cs
- HuffmanTree.cs
- EmissiveMaterial.cs
- ServiceThrottlingElement.cs
- BitmapFrameDecode.cs
- DataColumnMappingCollection.cs
- remotingproxy.cs
- ChannelDispatcher.cs
- RuntimeWrappedException.cs
- WebServiceTypeData.cs
- PageAsyncTask.cs
- ProxyWebPartConnectionCollection.cs
- UnionExpr.cs
- DataBoundControl.cs
- WaitHandleCannotBeOpenedException.cs
- DataBinding.cs
- webclient.cs
- UInt64Storage.cs
- EventLogPermissionAttribute.cs
- MonikerProxyAttribute.cs
- ExpandedWrapper.cs
- MenuAdapter.cs
- Validator.cs
- WindowsGraphics2.cs
- HostingEnvironmentSection.cs
- ScalarRestriction.cs