C# Class WaveEngine.Components.Primitives.Plane

A 2D plane.
Inheritance: Geometric
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Méthode Description
Plane ( Vector3 normal, float size ) : WaveEngine.Common.Math

Initializes a new instance of the Plane class.

Method Details

Plane() public méthode

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.
Résultat WaveEngine.Common.Math