You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by lizhi <sl...@qq.com> on 2016/05/07 01:56:56 UTC

can i custom override some base class Vector.?

current the Vector.<Number> is a array,it is good.

but can i custom it,use the flexjs0.7,changed it to float32array?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/can-i-custom-override-some-base-class-Vector-Number-tp52860.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: can i custom override some base class Vector.?

Posted by Alex Harui <ah...@adobe.com>.

On 6/6/16, 10:05 PM, "lizhi" <sl...@qq.com> wrote:

>which code do those thing?

I'm not totally sure.  I usually take some source code and debug into it.
I think FunctionCallEmitter.java might be involved.  Also look for uses of
the class AppliedVectorDefinition.

HTH,
-Alex


Re: can i custom override some base class Vector.?

Posted by lizhi <sl...@qq.com>.
which code do those thing?



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/can-i-custom-override-some-base-class-Vector-Number-tp52860p53374.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: can i custom override some base class Vector.?

Posted by Alex Harui <ah...@adobe.com>.

On 6/6/16, 8:02 PM, "lizhi" <sl...@qq.com> wrote:

>is it there have some imprt?now days

I haven't found time to work on it.

Volunteers are welcome.

-Alex


Re: can i custom override some base class Vector.?

Posted by lizhi <sl...@qq.com>.
is it there have some imprt?now days



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/can-i-custom-override-some-base-class-Vector-Number-tp52860p53371.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: can i custom override some base class Vector.?

Posted by Alex Harui <ah...@adobe.com>.

On 5/6/16, 6:56 PM, "lizhi" <sl...@qq.com> wrote:

>current the Vector.<Number> is a array,it is good.
>
>but can i custom it,use the flexjs0.7,changed it to float32array?

There is no way to do that right now.  Seems like a reasonable request
though.

-Alex