<div dir="ltr"><div>Suggestions?<br></div><div><br></div><div>        public SFVec3f (float x, float y, float z)<br>        {<br>                SFVec3f[0] = x;<br>                SFVec3f[1] = y;<br>                SFVec3f[2] = z;<br>        }<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 10, 2020 at 4:06 AM John Carlson <<a href="mailto:yottzumm@gmail.com">yottzumm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">  required: no arguments<br>  found:    float,float,float<br>  reason: actual and formal argument lists differ in length<br>.\net\x3djsonld\data\forcenode.java:166: error: constructor SFVec3f in class SFVec3f cannot be applied to given types;<br>        .addFieldValue(new fieldValue().setName("position").setValue(new SFVec3f(0.0f,0.0f,0.0f))))<br></div>
</blockquote></div>