Vector4
THREE.Vector4
class Vector4(var x: UndefOr[Double], var y: UndefOr[Double], var z: UndefOr[Double], var w: UndefOr[Double]) extends Object
Class representing a 4D vector.
A 4D vector is typically used for representing homogeneous coordinates or quaternions.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article