BoundVector

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

Declaration Syntax

public class BoundVector

Table 14: Members

Constructor

BoundVector(Point, Vector3D)

Creates a BoundVector from a point and a vector.

Property

Origin

The location at the start of the BoundVector.

Property

Vector

The direction of the BoundVector.