Instantiates a 3d point from a 3d vector.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Point( Vector3d vector ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ vector As Vector3d _ ) |
Visual C++ |
---|
public: Point( Vector3d^ vector ) |
Parameters
- vector
- Type: ceometric.VectorGeometry..::.Vector3d
A 3d vector.