Type Alias Point3<T>

Point3: { x: T; y: T; z: T }

Type Parameters

  • T