C# 클래스 PSSMDemo.PlaneHelper

파일 보기 프로젝트 열기: willcraftia/TestXna

공개 메소드들

메소드 설명
CreatePlane ( Vector3 normal, Vector3 point ) : Plane

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

메소드 상세

CreatePlane() 공개 정적인 메소드

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