C# 클래스 WaveEngine.Components.Primitives.Plane

A 2D plane.
상속: Geometric
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 메소드들

메소드 설명
Plane ( Vector3 normal, float size ) : WaveEngine.Common.Math

Initializes a new instance of the Plane class.

메소드 상세

Plane() 공개 메소드

Initializes a new instance of the Plane class.
public Plane ( Vector3 normal, float size ) : WaveEngine.Common.Math
normal Vector3 Normal of plane.
size float Size of plane.
리턴 WaveEngine.Common.Math