Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media3D / Rotation3D.cs / 1 / Rotation3D.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // //--------------------------------------------------------------------------- using System; namespace System.Windows.Media.Media3D { ////// A rotation in 3-space. /// public partial class Rotation3D { //----------------------------------------------------- // // Constructors // //----------------------------------------------------- #region Constructors static Rotation3D() { // Create our singleton frozen instance s_identity = new QuaternionRotation3D(); s_identity.Freeze(); } // Prevent 3rd parties from extending this abstract base class internal Rotation3D() {} #endregion Constructors //------------------------------------------------------ // // Public Methods // //----------------------------------------------------- //------------------------------------------------------ // // Public Properties // //------------------------------------------------------ #region Public Properties ////// Singleton identity Rotation3D. /// public static Rotation3D Identity { get { return s_identity; } } #endregion Public Properties //----------------------------------------------------- // // Public Events // //------------------------------------------------------ //----------------------------------------------------- // // Internal Properties // //----------------------------------------------------- #region Internal Properties // Used by animation to get a snapshot of the current rotational // configuration for interpolation in Rotation3DAnimations. internal abstract Quaternion InternalQuaternion { get; } #endregion Internal Properties //----------------------------------------------------- // // Private Fields // //------------------------------------------------------ #region Private Fields private static readonly Rotation3D s_identity; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DesignerTransaction.cs
- ComplexBindingPropertiesAttribute.cs
- TextViewSelectionProcessor.cs
- UniqueEventHelper.cs
- VBIdentifierName.cs
- FormViewInsertEventArgs.cs
- FontConverter.cs
- Subtree.cs
- SqlGenericUtil.cs
- SynchronizedKeyedCollection.cs
- NativeConfigurationLoader.cs
- FileSystemWatcher.cs
- TrailingSpaceComparer.cs
- SqlDataSourceFilteringEventArgs.cs
- ThousandthOfEmRealPoints.cs
- errorpatternmatcher.cs
- MetadataArtifactLoaderCompositeResource.cs
- Clipboard.cs
- PropertyGrid.cs
- Style.cs
- CompatibleComparer.cs
- EventQueueState.cs
- InsufficientMemoryException.cs
- WizardPanel.cs
- DefaultClaimSet.cs
- WebConfigurationFileMap.cs
- BaseComponentEditor.cs
- DataListItemCollection.cs
- IdnMapping.cs
- XsltContext.cs
- CharacterString.cs
- DesignerSerializerAttribute.cs
- ExtenderProviderService.cs
- StructuredTypeInfo.cs
- SchemaType.cs
- ProtocolReflector.cs
- ObjectStorage.cs
- XmlObjectSerializerReadContextComplex.cs
- ProxyWebPartManager.cs
- EntityDataSourceWrapper.cs
- XmlSerializationReader.cs
- HScrollProperties.cs
- XmlElementCollection.cs
- securitycriticaldataformultiplegetandset.cs
- Logging.cs
- QueryTaskGroupState.cs
- MouseButton.cs
- BaseAsyncResult.cs
- SortQuery.cs
- DesigntimeLicenseContextSerializer.cs
- RTLAwareMessageBox.cs
- OdbcConnectionFactory.cs
- DiscoveryClientChannelBase.cs
- ListenerConfig.cs
- LabelAutomationPeer.cs
- ManipulationDeltaEventArgs.cs
- SqlErrorCollection.cs
- CollectionTypeElement.cs
- BitmapDecoder.cs
- XmlSchemaSet.cs
- ControlDesigner.cs
- TraceEventCache.cs
- BrowserCapabilitiesFactory.cs
- XmlWriter.cs
- FrameworkContentElement.cs
- SHA512Cng.cs
- UnknownWrapper.cs
- CompareValidator.cs
- MimeFormatExtensions.cs
- WorkflowMessageEventHandler.cs
- FixUp.cs
- OdbcStatementHandle.cs
- DataGridHelper.cs
- SendActivity.cs
- SuspendDesigner.cs
- DataListItem.cs
- RegistrySecurity.cs
- HashHelper.cs
- RawStylusInputCustomData.cs
- StyleSelector.cs
- TreeIterator.cs
- MachineSettingsSection.cs
- Comparer.cs
- TimeoutValidationAttribute.cs
- XmlTextReaderImplHelpers.cs
- DbSetClause.cs
- ValueOfAction.cs
- TreeNodeBindingCollection.cs
- ProfileParameter.cs
- EditCommandColumn.cs
- OracleEncoding.cs
- TableLayoutStyleCollection.cs
- Html32TextWriter.cs
- ExpressionBuilder.cs
- SafeProcessHandle.cs
- IncrementalHitTester.cs
- CustomErrorCollection.cs
- TypeBuilderInstantiation.cs
- InkCanvas.cs
- IssuedSecurityTokenProvider.cs