SbVec4b Constructor (SByte, SByte, SByte, SByte) |
Constructor given vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public 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