Generates eight corner vertices of a cube.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public static PointSet Cube( double length, double width, double height ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Cube ( _ length As Double, _ width As Double, _ height As Double _ ) As PointSet |
| Visual C++ |
|---|
public: static PointSet^ Cube( double length, double width, double height ) |
Parameters
- length
- Type: System..::.Double
The side length in x-direction.
- width
- Type: System..::.Double
The side length in y-direction.
- height
- Type: System..::.Double
The side length in z-direction.