An NDoc Documented Class Library

Box Constructor

Constructor, who initializes the Box by its Origin and its Size

Overload List

Constructor, who initializes the Box by its Size. The Origin is set to (0, 0, 0);

public Box(xyz);

Constructor, who initializes the Box by its Origin and its Size

public Box(xyz,xyz);

See Also

Box Class | Minais.Drawing3d.Math Namespace