CSPspEmu.Core.Tests.Gpu.VertexReading.VertexReaderDynarecTest.Vector3.Vector3 C# (CSharp) Method

Vector3() public method

public Vector3 ( float X, float Y, float Z ) : System
X float
Y float
Z float
return System
            public Vector3(float X, float Y, float Z)
            {
                this.X = X;
                this.Y = Y;
                this.Z = Z;
            }
VertexReaderDynarecTest.Vector3