Skip to content

Commit

Permalink
share extensions between vec2 and vec3/vec4
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ddok committed Nov 29, 2017
1 parent 1d3b25e commit 6ed9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Vectorf+Components.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public protocol VectorfXYZWAccess: VectorfXYZAccess {
}

extension Vector2f: VectorfXYAccess {}
extension Vector3f: VectorfXYZAccess {}
extension Vector4f: VectorfXYZWAccess {}
extension Vector3f: VectorfXYZAccess, VectorfXYAccess {}
extension Vector4f: VectorfXYZWAccess, VectorfXYZAccess, VectorfXYAccess {}

public extension VectorfXYAccess {

Expand Down

0 comments on commit 6ed9b3a

Please sign in to comment.