Position constructor

const Position(
  1. Vector3 vector
)

Creates a Position from a Vector3.

Implementation

const Position(this.vector);