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
- HttpTransportElement.cs
- Reference.cs
- MsmqElementBase.cs
- RemoteCryptoDecryptRequest.cs
- AddingNewEventArgs.cs
- ClientSponsor.cs
- WebCategoryAttribute.cs
- SimpleBitVector32.cs
- InvokePattern.cs
- NativeObjectSecurity.cs
- DocumentScope.cs
- ReflectionTypeLoadException.cs
- SqlInfoMessageEvent.cs
- DirectoryRedirect.cs
- OdbcFactory.cs
- EllipseGeometry.cs
- SQLByte.cs
- BulletedListEventArgs.cs
- CacheOutputQuery.cs
- MemoryStream.cs
- PhonemeEventArgs.cs
- DesignerActionUIStateChangeEventArgs.cs
- SafeProcessHandle.cs
- Line.cs
- SrgsOneOf.cs
- Debug.cs
- IfAction.cs
- Speller.cs
- EntityDataSourceView.cs
- ClientConvert.cs
- ContentPlaceHolder.cs
- __Filters.cs
- Convert.cs
- QueryPageSettingsEventArgs.cs
- ResetableIterator.cs
- CacheEntry.cs
- ServiceManager.cs
- DataGridSortCommandEventArgs.cs
- CellIdBoolean.cs
- ToolStripCustomTypeDescriptor.cs
- XPathChildIterator.cs
- ObjectStateManager.cs
- WorkflowInstanceProxy.cs
- SQLRoleProvider.cs
- MsmqChannelFactoryBase.cs
- VarInfo.cs
- ProjectedWrapper.cs
- LineBreakRecord.cs
- SqlNotificationEventArgs.cs
- LinkLabelLinkClickedEvent.cs
- DataSourceCache.cs
- DescendentsWalkerBase.cs
- MailAddress.cs
- Pen.cs
- NativeWindow.cs
- InternalCache.cs
- XPathException.cs
- ObjectStateFormatter.cs
- CodeTypeMember.cs
- DataGridViewCellParsingEventArgs.cs
- AdPostCacheSubstitution.cs
- HtmlInputButton.cs
- BackgroundFormatInfo.cs
- FileChangesMonitor.cs
- CodeAssignStatement.cs
- IPAddressCollection.cs
- KeyConverter.cs
- SqlReorderer.cs
- XmlReflectionMember.cs
- MetadataItemEmitter.cs
- dataSvcMapFileLoader.cs
- AttributeData.cs
- ObjectNavigationPropertyMapping.cs
- UserNameServiceElement.cs
- HostingPreferredMapPath.cs
- WebPartAuthorizationEventArgs.cs
- PropertyItem.cs
- GroupItem.cs
- BooleanAnimationUsingKeyFrames.cs
- ValidationSummary.cs
- _BasicClient.cs
- StreamInfo.cs
- TypeDescriptor.cs
- WebPartCancelEventArgs.cs
- PointCollectionConverter.cs
- GridViewRowEventArgs.cs
- XslTransform.cs
- XmlSortKey.cs
- Imaging.cs
- MultiplexingDispatchMessageFormatter.cs
- DrawingBrush.cs
- PropertyCondition.cs
- SmiXetterAccessMap.cs
- AppDomain.cs
- TabletDeviceInfo.cs
- SqlFacetAttribute.cs
- DiscoveryClient.cs
- TemplateComponentConnector.cs
- TableLayoutCellPaintEventArgs.cs
- X509SecurityTokenProvider.cs