Skip to content

format

typescript
Vector4.infinity

class: Vector4

description

(Read Only) Returns a Vector4 object representing positive infinity. In this object, each component is set to Infinity.

parameter

param_nametypedescription

return

typedescription
Vector4

code example

typescript
let infinity_v4 = Vector4.infinity;