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
- UnsafePeerToPeerMethods.cs
- NegotiateStream.cs
- ConnectionStringsExpressionBuilder.cs
- DetailsViewCommandEventArgs.cs
- InternalConfigHost.cs
- TreeView.cs
- WmlMobileTextWriter.cs
- HMACSHA256.cs
- LineGeometry.cs
- FixedTextBuilder.cs
- SystemEvents.cs
- FormatConvertedBitmap.cs
- ProvidersHelper.cs
- RootNamespaceAttribute.cs
- FlowDocument.cs
- WebCategoryAttribute.cs
- SamlAssertion.cs
- WebPartChrome.cs
- nulltextcontainer.cs
- DesignerGenericWebPart.cs
- SimpleWebHandlerParser.cs
- DesignerFrame.cs
- Executor.cs
- Row.cs
- HttpChannelBindingToken.cs
- ReferentialConstraint.cs
- DesignerImageAdapter.cs
- DateTimeFormatInfo.cs
- GlyphsSerializer.cs
- XmlTextReader.cs
- DataObjectAttribute.cs
- XmlDataLoader.cs
- AssemblyName.cs
- ResourceDescriptionAttribute.cs
- TableProviderWrapper.cs
- WebBrowserNavigatingEventHandler.cs
- ActivityValidationServices.cs
- InkCanvasSelectionAdorner.cs
- TextStore.cs
- StatusBarPanel.cs
- GetCardDetailsRequest.cs
- DataPagerFieldItem.cs
- DayRenderEvent.cs
- IgnoreDataMemberAttribute.cs
- unitconverter.cs
- NullableConverter.cs
- BooleanFunctions.cs
- RbTree.cs
- MessageQueuePermission.cs
- GifBitmapDecoder.cs
- StringFunctions.cs
- BinaryNode.cs
- CounterCreationDataCollection.cs
- MembershipUser.cs
- DataGridCell.cs
- XmlNodeChangedEventArgs.cs
- EventMap.cs
- HttpListenerContext.cs
- PointLight.cs
- Reference.cs
- WindowHideOrCloseTracker.cs
- Int64AnimationUsingKeyFrames.cs
- SqlTriggerContext.cs
- SigningCredentials.cs
- XmlLinkedNode.cs
- ProcessInfo.cs
- DataGridViewCellStyleBuilderDialog.cs
- NumberFunctions.cs
- documentsequencetextcontainer.cs
- HMACSHA384.cs
- GeometryModel3D.cs
- TemplateKey.cs
- HostSecurityManager.cs
- ViewBox.cs
- SelectionService.cs
- RenderContext.cs
- ResXDataNode.cs
- ScrollBarAutomationPeer.cs
- Pen.cs
- NoClickablePointException.cs
- ListView.cs
- AssertSection.cs
- WindowsHyperlink.cs
- CroppedBitmap.cs
- TransactionalPackage.cs
- TemplatedAdorner.cs
- NameSpaceEvent.cs
- WebPartEditorApplyVerb.cs
- RegionIterator.cs
- TextFindEngine.cs
- DurableMessageDispatchInspector.cs
- GridViewCancelEditEventArgs.cs
- IdentityModelStringsVersion1.cs
- OutputCacheSection.cs
- SystemColors.cs
- Brush.cs
- Function.cs
- ListItemConverter.cs
- LayoutTableCell.cs
- ObjectViewFactory.cs