Point3(Vector3) Constructor
Initializes a new instance of the
Point3 struct.
Create point from vector.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public Point3(
Vector3 v
)
Public Sub New (
v As Vector3
)
public:
Point3(
Vector3 v
)
new :
v : Vector3 -> Point3
Parameters
- v Vector3
- Other vector to clone from.