Skip to content
Discussion options

You must be logged in to vote

With the Role/extension proposal,
May be you could add constructor to classes

public implicit extension E for Matrix3x3
{
    public Matrix3x3(in Vector3 a, in Vector3 b, in Vector3 c)
    : this(a.X, a.Y, a.Z, b.X, b.Y, b.Z, c.X, c.Y, c.Z)
    { }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 333fred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants