SbVec2f Constructor (Single, Single) |
Constructor given vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntaxpublic SbVec2f(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
SbVec2f(
float x,
float y
)
new :
x : float32 *
y : float32 -> SbVec2f
Parameters
- x
- Type: SystemSingle
x component of vector. - y
- Type: SystemSingle
y component of vector.
See Also