C# Class WaveEngine.Components.Primitives.Plane

A 2D plane.
Inheritance: Geometric
显示文件 Open project: WaveEngine/Components Class Usage Examples

Public Methods

Method Description
Plane ( Vector3 normal, float size ) : WaveEngine.Common.Math

Initializes a new instance of the Plane class.

Method Details

Plane() public method

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.
return WaveEngine.Common.Math