format
typescript
Vector4.infinityclass: Vector4
description
(Read Only) Returns a Vector4 object representing positive infinity. In this object, each component is set to Infinity.
parameter
| param_name | type | description |
|---|
return
| type | description |
|---|---|
Vector4 |
code example
typescript
let infinity_v4 = Vector4.infinity;