|
Point3 Conversion (Vector3 to Point3)
|
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static implicit operator Point3 (
Vector3 vector
)
Public Shared Widening Operator CType (
vector As Vector3
) As Point3
Request Example
View SourceParameters
- vector
- Type: Accord.MathVector3
The vector to be converted.
Return Value
Type:
Point3
The result of the conversion.
See Also