SbVec4ub Constructor (Byte, Byte, Byte, Byte) |
Constructor given vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax public SbVec4ub(
byte x,
byte y,
byte z,
byte w
)
Public Sub New (
x As Byte,
y As Byte,
z As Byte,
w As Byte
)
public:
SbVec4ub(
unsigned char x,
unsigned char y,
unsigned char z,
unsigned char w
)
new :
x : byte *
y : byte *
z : byte *
w : byte -> SbVec4ub
Parameters
- x
- Type: SystemByte
x component of vector. - y
- Type: SystemByte
y component of vector. - z
- Type: SystemByte
z component of vector. - w
- Type: SystemByte
w component of vector.
See Also