|
Point3 Constructor (Vec3d)
|
Initializes a new instance of the
Point3 struct.
Create point from a c++ vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxPublic Sub New (
v As Vec3d
)
public:
Point3(
Vec3d^ v
)
new :
v : Vec3d -> Point3
Parameters
- v
- Type: Vec3d
feb-vector to get the data from.
See Also