Adriano,

Read the basic Java documentation for java.lang.Float:

Float x=Float.valueOf(strX);
float f = x.floatValue();

- John Wright
Starfire Research

Adriano Cavalcanti Silva wrote:
>
> Hi there,
>
> Someone has any hint:
> --
> String strX, ...;
> ...
> < read my archieve,etc>
> ...
> Float x=Float.valueOf(strX);
> ...
> --
> ???
> How to convert Float x to float ? In another way the value isn't
> accetable by those Java3D functions:
>
>             coordinate.set( x f, y f, z f);
>             pyGeom.setCoordinate(0, coordinate);
>             pyGeom.setColor(0, c1);
>
> ....|:0).
> Thx in advance - Adriano
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to