Class: BoundVector

A vector with fixed intial point and terminal point. Or a vector with fixed initial point(origin) and a direction(vector).

Constructors

Name Description
BoundVector(Point, Vector3D) Creates a BoundVector from a point and a vector.

Properties

Name Description
Origin The location at the start of the BoundVector.
Vector The direction of the BoundVector.