RotateTransform3D

RotateTransform3Ds are used to rotate 3D objects in space. The rotation is described by a Rotation3D object. Rotation3D is an abstract class with two concrete implementations:

Image AxisAngleRotation3D—Rotates the object around the specified Axis by the number of degrees given by the Angle property. This is usually the most convenient and human-readable way to describe 3D rotations.

Image QuaternionRotation3D—Specifies the rotation as a Quaternion. Quaternions are a clever encoding of an Axis/Angle rotation with some nice properties that ...

Get XAML Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.