Click or drag to resize
SbVec2d Constructor (Double, Double)
Constructor given vector components x and y.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.Release.47655112efc68a70bb943ee3bd5c1e27763923ef
Syntax
public SbVec2d(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
See Also