C# Class PSSMDemo.PlaneHelper

Show file Open project: willcraftia/TestXna

Public Methods

Method Description
CreatePlane ( Vector3 normal, Vector3 point ) : Plane

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

Method Details

CreatePlane() public static method

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