DegreeType Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines the degree of the variables in an equation that describes a curve.
Definition
Visual Basic .NET |
Public Enum DegreeType |
C# |
public enum DegreeType |
Managed C++ |
__value public enum DegreeType |
JScript .NET |
public enum DegreeType |
Members
Member |
Value |
Description |
Quintic |
5 |
Curve is described by variables of fourth order. |
Cubic |
3 |
Curve is described by variables of third order. |
Quadratic |
2 |
Curve is described by variables of second order. |
Linear |
1 |
Curve is described by variables of first order. |
Remarks
This enumeration is used to describe the curves used by rectangle and triangle patches.
Enumeration Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) |
Strong Name |
Microsoft.DirectX.Direct3D,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center