|
Point3 Constructor (Point3)
|
Initializes a new instance of the
Point3 struct.
Create point from another point..
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3(
Point3 v
)
Public Sub New (
v As Point3
)
public:
Point3(
Point3 v
)
new :
v : Point3 -> Point3
Parameters
- v
- Type: Karamba.GeometryPoint3
Other vector to clone from.
See Also