Vector4
The Vector4
class represents a four-dimensional vector.
Definition
Namespace: com.dynamsoft.core.basic_structures
Assembly: DynamsoftCore.aar
class Vector4
Attributes
Attributes | Type | Description |
---|---|---|
value |
int[4] | The components value of a four-dimensional vector. |
value
The components value of a four-dimensional vector.
public int[] value = new int[4];