C# Class THREE.PlaneBufferGeometry

Inheritance: Geometry
Datei anzeigen Open project: guidovanhilst/SharpThreejs

Public Methods

Method Description
PlaneBufferGeometry ( ) : System
PlaneBufferGeometry ( double p1, double p2, double p3, double p4 ) : System
PlaneBufferGeometry ( int p1, int p2 ) : System

Method Details

PlaneBufferGeometry() public method

public PlaneBufferGeometry ( ) : System
return System

PlaneBufferGeometry() public method

public PlaneBufferGeometry ( double p1, double p2, double p3, double p4 ) : System
p1 double
p2 double
p3 double
p4 double
return System

PlaneBufferGeometry() public method

public PlaneBufferGeometry ( int p1, int p2 ) : System
p1 int
p2 int
return System