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
- ArcSegment.cs
- IndentedTextWriter.cs
- WindowsNonControl.cs
- ValidatingPropertiesEventArgs.cs
- WeakReadOnlyCollection.cs
- ConfigurationException.cs
- SemaphoreSecurity.cs
- XmlBinaryReader.cs
- SelectionWordBreaker.cs
- PhysicalOps.cs
- XmlSchemas.cs
- DecoderBestFitFallback.cs
- StructuredProperty.cs
- RemotingException.cs
- NativeMethods.cs
- NotImplementedException.cs
- ManagementException.cs
- XamlStyleSerializer.cs
- DmlSqlGenerator.cs
- Int16AnimationUsingKeyFrames.cs
- WebHeaderCollection.cs
- BuilderPropertyEntry.cs
- ObjectSet.cs
- OdbcConnectionPoolProviderInfo.cs
- LocationUpdates.cs
- Run.cs
- PlatformNotSupportedException.cs
- FilterElement.cs
- ProfileServiceManager.cs
- GridView.cs
- OleDbStruct.cs
- PrintDialog.cs
- CaseInsensitiveHashCodeProvider.cs
- EncoderParameters.cs
- ChangePassword.cs
- DispatchWrapper.cs
- _HelperAsyncResults.cs
- SqlRowUpdatedEvent.cs
- _SSPISessionCache.cs
- CommandDevice.cs
- XmlReflectionImporter.cs
- TextDecorationUnitValidation.cs
- IImplicitResourceProvider.cs
- VisualStyleTypesAndProperties.cs
- Literal.cs
- FixedSOMGroup.cs
- TextTreeTextNode.cs
- TextInfo.cs
- BitmapEffect.cs
- CodeTypeDeclaration.cs
- InputQueue.cs
- DefaultTraceListener.cs
- DataGridViewLinkColumn.cs
- BackStopAuthenticationModule.cs
- TextPointerBase.cs
- EntryIndex.cs
- AutomationElementCollection.cs
- Guid.cs
- StatusBarItemAutomationPeer.cs
- XmlBindingWorker.cs
- MaskedTextProvider.cs
- StrokeNode.cs
- _FixedSizeReader.cs
- Block.cs
- XamlStyleSerializer.cs
- UInt16.cs
- DataBoundLiteralControl.cs
- MembershipSection.cs
- SessionParameter.cs
- CodeMethodInvokeExpression.cs
- ContactManager.cs
- TraceHwndHost.cs
- InputMethod.cs
- WebPartZoneCollection.cs
- EncoderFallback.cs
- RectangleGeometry.cs
- FloaterParagraph.cs
- FaultDescription.cs
- PanelStyle.cs
- Configuration.cs
- SettingsBase.cs
- SQLInt32.cs
- UrlPropertyAttribute.cs
- ThrowHelper.cs
- DesignerAutoFormatCollection.cs
- WebReferencesBuildProvider.cs
- UInt32Converter.cs
- RectAnimation.cs
- ColorConverter.cs
- TitleStyle.cs
- SortKey.cs
- PointHitTestResult.cs
- XamlUtilities.cs
- RecognizedAudio.cs
- UInt16Converter.cs
- NoResizeSelectionBorderGlyph.cs
- PeerPresenceInfo.cs
- TransformValueSerializer.cs
- JoinTreeSlot.cs
- AdvancedBindingPropertyDescriptor.cs