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