CSharpGL.RandomPointsModel.RandomPointsModel C# (CSharp) Method

RandomPointsModel() public method

public RandomPointsModel ( vec3 lengths, int pointCount ) : System
lengths vec3
pointCount int
return System
        public RandomPointsModel(vec3 lengths, int pointCount)
        {
            this.Lengths = lengths;
            this.pointCount = pointCount;
        }