Vector
class Vector extends Array
Summary
Properties from Vector
| number |
|
Methods from Vector
|
Add |
|
| boolean |
Whether this and |
| boolean |
|
Public Properties
Public Methods
equalTo(vec: Vector) → {boolean}
Whether this and vec are equal vectors
| Name | Type | Description |
|---|---|---|
| vec | Vector |
| Type | Description |
|---|---|
| boolean |
isCompat(vec: Vector) → {boolean}
Whether this and vec are compatible vectors (same dimensions)
| Name | Type | Description |
|---|---|---|
| vec | Vector |
| Type | Description |
|---|---|
| boolean |