Point3D constructor
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public Point3D( Vector3D v ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ v As Vector3D _ ) |
| Visual C++ |
|---|
public: Point3D( Vector3D v ) |
Parameters
- v
- Type: Hyleos.Common.Geometry..::.Vector3D
Vector3D to copy