t; To: mailing list for gambas users
> Reply-To: mailing list for gambas users >
> Subject: [Gambas-user] Having an overidden class constructor
>
> Hello,
>
> I am coding a Vector3f class (representing a Mathematical vector), and I
> would like that instances of this class can be
-user] Having an overidden class constructor
Hello,
I am coding a Vector3f class (representing a Mathematical vector), and I
would like that instances of this class can be made from two ways :
- either by calling New Vector3f() for a vector located at the origin
(0,0,0)
- or by supplying
Hello,
I am coding a Vector3f class (representing a Mathematical vector), and I
would like that instances of this class can be made from two ways :
- either by calling New Vector3f() for a vector located at the origin
(0,0,0)
- or by supplying 3 arguments, such as with New Vector3f(1,2,-