C# Class PSSMDemo.PlaneHelper

Afficher le fichier Open project: willcraftia/TestXna

Méthodes publiques

Méthode Description
CreatePlane ( Vector3 normal, Vector3 point ) : Plane

指定の法線を持ち、指定の点を含む平面を生成します。

Method Details

CreatePlane() public static méthode

指定の法線を持ち、指定の点を含む平面を生成します。
public static CreatePlane ( Vector3 normal, Vector3 point ) : Plane
normal Vector3 法線。
point Vector3 平面上の点。
Résultat Plane