SbVec4b Constructor (SByte, SByte, SByte, SByte) |
Constructor given vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntaxpublic SbVec4b(
sbyte x,
sbyte y,
sbyte z,
sbyte w
)
Public Sub New (
x As SByte,
y As SByte,
z As SByte,
w As SByte
)
public:
SbVec4b(
signed char x,
signed char y,
signed char z,
signed char w
)
new :
x : sbyte *
y : sbyte *
z : sbyte *
w : sbyte -> SbVec4b
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