Constructs a parallelogram given a vertex and two sides.
Public Sub New( basePoint As Point2d, direction1 As Vector2d, direction2 As Vector2d )
public BoundBlock2d( Point2d basePoint, Vector2d direction1, Vector2d direction2 );
Parameters |
Description |
Point2d basePoint |
Input origin vertex a corner of the bounding area |
Vector2d direction1 |
Input direction and size for first side of the bounding area |
Vector2d direction2 |
Input direction and size for second side of the bounding area |
Comments? |