IntegratedMetricTensor Class

Language:

Contains methods to calculate integrated metric tensor (IMT) values for use in UVAtlas operations.

Definition

Visual Basic NotInheritable MustInherit Public Class IntegratedMetricTensor
    Inherits Object
C# public abstract sealed class IntegratedMetricTensor : Object
C++ public ref class IntegratedMetricTensor abstract sealed : Object
JScript public final abstract class IntegratedMetricTensor extends Object

Members Table

Method Description
static (Shared in Visual Basic) ComputeFromPerTexelSignal Calculates an IMT from per-texel data. This function is very similar to ComputeFromTexture, but it uses a float array to pass in the data, and it can calculate higher dimensional values than 4.
static (Shared in Visual Basic) ComputeFromPerVertexSignal Calculates an IMT from from per-vertex data.
static (Shared in Visual Basic) ComputeFromSignal Calculates an IMT from data that varies over the surface of the mesh (generally at a higher frequency than vertex data).
static (Shared in Visual Basic) ComputeFromTexture Calculates an IMT from texture data.

Inheritance Hierarchy

Object Leave Site
IntegratedMetricTensor

Class Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll)
Strong Name Microsoft.DirectX.Direct3DX,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.