Click or drag to resize
SbVec4b Constructor (SByte, SByte, SByte, SByte)
Constructor given vector components.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntax
public SbVec4b(
	sbyte x,
	sbyte y,
	sbyte z,
	sbyte w
)

Parameters

x
Type: SystemSByte
x component of vector.
y
Type: SystemSByte
y component of vector.
z
Type: SystemSByte
z component of vector.
w
Type: SystemSByte
w component of vector.
See Also