CSharpGL.RandomPointsModel.RandomPointsModel C# (CSharp) Méthode

RandomPointsModel() public méthode

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