Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
PSSMDemo
PlaneHelper
C# Class PSSMDemo.PlaneHelper
Exibir arquivo
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