C# Class GeometryClassLibrary.Parallelepiped

Inheritance: Polyhedron
Show file Open project: ParagonTruss/GeometryClassLibrary

Public Methods

Method Description
Parallelepiped ( Vector vector1, Vector vector2, Vector vector3, Point basePoint = null )

Protected Methods

Method Description
Parallelepiped ( Polyhedron isParallelepiped )

Private Methods

Method Description
Parallelepiped ( )

Private null constructor for the use of data frameworks like Entity Framework and Json.NET

Method Details

Parallelepiped() protected method

protected Parallelepiped ( Polyhedron isParallelepiped )
isParallelepiped Polyhedron

Parallelepiped() public method

public Parallelepiped ( Vector vector1, Vector vector2, Vector vector3, Point basePoint = null )
vector1 Vector
vector2 Vector
vector3 Vector
basePoint Point