Description
Evaluates and returns the vector with respect to the point point.
Visual Basic
Public Function GetVectorTo( point As Point3d ) As Vector3d
C#
public Vector3d GetVectorTo( Point3d point );
Parameters
Parameters | Description |
---|---|
Point3d point | Input point to measure to |