次の方法で共有


Geometry.FresnelTerm(Single,Single)

FresnelTerm メソッド

Fresnel Term を算出する。

定義

Visual Basic Public Shared Function FresnelTerm( _
    ByVal cosTheta As Single, _
    ByVal refractionIndex As Single _
) As Single
C# public static float FresnelTerm(
    float cosTheta,
    float refractionIndex
);
Managed C++ public: static float FresnelTerm(
    float cosTheta,
    float refractionIndex
);
JScript public static function FresnelTerm(
    cosTheta : float,
    refractionIndex : float
) : float;

パラメータ

cosTheta System.Single.
refractionIndex System.Single.

戻り値

System.Single.

対象

Geometry

© 2002 Microsoft Corporation. All rights reserved. Terms of use.