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