|
Point2Addition Operator (Point2, Vector2)
|
Gets the translate of a point by a vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Point2 operator +(
Point2 v,
Vector2 w
)
Public Shared Operator + (
v As Point2,
w As Vector2
) As Point2
public:
static Point2 operator +(
Point2 v,
Vector2^ w
)
static let inline (+)
v : Point2 *
w : Vector2 : Point2
Parameters
- v
- Type: Karamba.GeometryPoint2
Point to be translated. - w
- Type: Karamba.GeometryVector2
Translation vector.
Return Value
Type:
Point2[Missing <returns> documentation for "M:Karamba.Geometry.Point2.op_Addition(Karamba.Geometry.Point2,Karamba.Geometry.Vector2)"]
See Also