Jump to content

Expression function


AndrewVK

Recommended Posts

Yes, its true for variables, but

its not works for CUSTOM FUNCTIONS like this (megasimplified):

vector solver()

{

a = 0.5;

b = 0.3;

c = 0.1;

vector newN = [a,b,c];

return newN;

}

I cant refer to this function

by typing

solver()[0] in X field

solver()[1] in Y field

solver()[2] in Z field

:unsure::unsure::unsure:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...