FreeWRL / FreeX3D
4.3.0
X3DTextureCoordinateNode.java
1
package
org.web3d.x3d.sai;
2
3
public
interface
X3DTextureCoordinateNode
extends
X3DGeometricPropertyNode
{
4
public
int
getNumCoordinates();
5
public
int
getNumComponents();
6
public
void
setPoint(
float
[] points);
7
public
void
getPoint(
float
[] points);
8
}
org.web3d.x3d.sai.X3DGeometricPropertyNode
Definition
X3DGeometricPropertyNode.java:3
org.web3d.x3d.sai.X3DTextureCoordinateNode
Definition
X3DTextureCoordinateNode.java:3
src
java
org
web3d
x3d
sai
X3DTextureCoordinateNode.java
Generated by
1.11.0