github.com/primecitizens/pcz/std@v0.2.1/math/matrix/vec3.go (about)

     1  // SPDX-License-Identifier: Apache-2.0
     2  // Copyright 2023 The Prime Citizens
     3  
     4  package matrix
     5  
     6  import (
     7  	"github.com/primecitizens/pcz/std/core/num"
     8  )
     9  
    10  type Vec3[T num.Number] [3]T