Class Vector2B
Inheritance
System.Object
Vector2B
Assembly: VRage.Math.dll
Syntax
public sealed class Vector2B : ValueType
Constructors
Vector2B(Byte, Byte)
Declaration
public Vector2B(byte x, byte y)
Parameters
Type |
Name |
Description |
System.Byte |
x |
|
System.Byte |
y |
|
Operators
Multiply(Vector2B, Int32)
Declaration
public static Vector2I operator *(Vector2B op1, int op2)
Parameters
Type |
Name |
Description |
Vector2B |
op1 |
|
System.Int32 |
op2 |
|
Returns
Multiply(Vector2B, Vector2I)
Declaration
public static Vector2I operator *(Vector2B op1, Vector2I op2)
Parameters
Returns