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
- CodeMethodInvokeExpression.cs
- ExpressionReplacer.cs
- EventListener.cs
- ButtonChrome.cs
- XmlnsCache.cs
- XPSSignatureDefinition.cs
- SystemIcmpV6Statistics.cs
- ToolStripStatusLabel.cs
- URI.cs
- ISAPIRuntime.cs
- Token.cs
- ZipIOExtraFieldZip64Element.cs
- FileDialog_Vista_Interop.cs
- SortFieldComparer.cs
- ProxyWebPartManager.cs
- HighContrastHelper.cs
- FileStream.cs
- DocumentReferenceCollection.cs
- XslCompiledTransform.cs
- DesigntimeLicenseContext.cs
- ErrorRuntimeConfig.cs
- ObservableCollectionDefaultValueFactory.cs
- ItemList.cs
- Site.cs
- CompositeFontFamily.cs
- MimeAnyImporter.cs
- CodeIndexerExpression.cs
- BindingCollection.cs
- Rules.cs
- XmlUTF8TextReader.cs
- ButtonFieldBase.cs
- UIElement3DAutomationPeer.cs
- AcceleratedTokenProvider.cs
- SQLChars.cs
- UnknownBitmapDecoder.cs
- LayoutEvent.cs
- FragmentQueryKB.cs
- IisTraceWebEventProvider.cs
- DataGridViewCellLinkedList.cs
- GuidTagList.cs
- Speller.cs
- Psha1DerivedKeyGenerator.cs
- ScrollableControl.cs
- CommonDialog.cs
- Completion.cs
- Listbox.cs
- ZipIORawDataFileBlock.cs
- WebPartEventArgs.cs
- AutomationPropertyInfo.cs
- SmiMetaData.cs
- TreeWalkHelper.cs
- IndexingContentUnit.cs
- DataGridCaption.cs
- followingsibling.cs
- EntityException.cs
- _Win32.cs
- XamlGridLengthSerializer.cs
- CharEnumerator.cs
- DebugTrace.cs
- XamlFigureLengthSerializer.cs
- _UncName.cs
- BridgeDataRecord.cs
- SByteStorage.cs
- StatusBarItem.cs
- TransformGroup.cs
- Walker.cs
- Variable.cs
- SettingsProviderCollection.cs
- WebPart.cs
- LOSFormatter.cs
- SqlProcedureAttribute.cs
- Function.cs
- ItemContainerGenerator.cs
- NavigationProperty.cs
- DependencyObjectType.cs
- Function.cs
- AnnotationAdorner.cs
- WebPartMinimizeVerb.cs
- VectorCollectionConverter.cs
- ExponentialEase.cs
- ResourceManagerWrapper.cs
- StaticResourceExtension.cs
- CheckPair.cs
- ConnectionStringSettingsCollection.cs
- DataTransferEventArgs.cs
- Lazy.cs
- WindowClosedEventArgs.cs
- DropAnimation.xaml.cs
- ControlParameter.cs
- ActivationArguments.cs
- AttributedMetaModel.cs
- ClaimSet.cs
- NameValuePermission.cs
- DesignerUtility.cs
- TagMapCollection.cs
- DocumentViewerConstants.cs
- LogicalExpressionTypeConverter.cs
- ProvidePropertyAttribute.cs
- ViewManager.cs
- LinkConverter.cs