Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media3D / QuaternionRotation3D.cs / 1 / 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. //---------------------------------------------------------------------------- // //// 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
- SafeProcessHandle.cs
- CodeDomDesignerLoader.cs
- TemplateControlParser.cs
- CqlIdentifiers.cs
- RoleManagerEventArgs.cs
- FrameworkElementFactoryMarkupObject.cs
- XmlSortKey.cs
- AssociativeAggregationOperator.cs
- TextDecorationCollection.cs
- PropertyChangeTracker.cs
- SqlDataSource.cs
- CodeMethodReturnStatement.cs
- DataServiceHostFactory.cs
- EntityDataSource.cs
- Triplet.cs
- tooltip.cs
- ContextBase.cs
- WebServiceErrorEvent.cs
- RequestCachePolicyConverter.cs
- Timer.cs
- ConfigDefinitionUpdates.cs
- SortDescriptionCollection.cs
- TrackingQuery.cs
- InkCanvasAutomationPeer.cs
- HMACRIPEMD160.cs
- Composition.cs
- PrimarySelectionGlyph.cs
- ParseChildrenAsPropertiesAttribute.cs
- SQLInt16.cs
- TextTreeText.cs
- Match.cs
- JsonReaderWriterFactory.cs
- StackOverflowException.cs
- CachedCompositeFamily.cs
- EdmComplexPropertyAttribute.cs
- HttpModuleAction.cs
- DataGridViewCellCollection.cs
- TypeContext.cs
- HierarchicalDataTemplate.cs
- DirectionalLight.cs
- EntityDataSourceDesigner.cs
- ConditionalAttribute.cs
- MessageSecurityProtocol.cs
- MailSettingsSection.cs
- LinkedList.cs
- Repeater.cs
- MessageUtil.cs
- DataView.cs
- ThrowHelper.cs
- TypeNameConverter.cs
- PagerStyle.cs
- LinqDataSourceSelectEventArgs.cs
- EnumConverter.cs
- ProfileEventArgs.cs
- DbParameterHelper.cs
- XmlHierarchicalDataSourceView.cs
- X509UI.cs
- ScriptingRoleServiceSection.cs
- EnterpriseServicesHelper.cs
- ApplicationFileParser.cs
- EntitySqlQueryCacheEntry.cs
- DataColumnChangeEvent.cs
- UxThemeWrapper.cs
- MULTI_QI.cs
- TypeDescriptor.cs
- Repeater.cs
- RecognitionResult.cs
- TargetControlTypeCache.cs
- InvalidDataException.cs
- XPathNodeList.cs
- ClientConfigurationHost.cs
- ListBindableAttribute.cs
- HttpListenerException.cs
- SharedStatics.cs
- PrintingPermission.cs
- smtppermission.cs
- ToolStripItemCollection.cs
- StreamResourceInfo.cs
- DataViewManagerListItemTypeDescriptor.cs
- SchemaElementDecl.cs
- SqlIdentifier.cs
- MetadataSource.cs
- WebPartCloseVerb.cs
- LinkTarget.cs
- DataTable.cs
- ToolStripDropDownItem.cs
- BaseDataBoundControl.cs
- PositiveTimeSpanValidatorAttribute.cs
- UrlMappingsModule.cs
- DataTableExtensions.cs
- DeviceSpecific.cs
- CodeAttributeArgument.cs
- RuntimeConfig.cs
- MruCache.cs
- ImageListImageEditor.cs
- SignatureToken.cs
- RemotingSurrogateSelector.cs
- KerberosRequestorSecurityToken.cs
- PolicyManager.cs
- CodeObject.cs