Windows.UI.Xaml.Media.Media3D Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that support matrix/perspective transformation.
Classes
CompositeTransform3D |
Represents 3-D scale, rotation, and translate transforms to be applied to an element. |
Matrix3DHelper |
Provides static utilities for Matrix3D. C# and Microsoft Visual Basic code should use members of Matrix3D instead. |
PerspectiveTransform3D |
Represents a 3-D perspective effect. |
Transform3D |
The base class for the CompositeTransform3D and PerspectiveTransform3D classes. |
Structs
Matrix3D |
Represents a 4 × 4 matrix that is used for transformations in a 3-D space. Used as a value for Matrix3DProjection.ProjectionMatrix. |