Property | Type | Description | |
---|---|---|---|
colors | Color3f[] | ||
indices | int[] | ||
vertices | Point3d[] |
Method | Description | |
---|---|---|
ApplyMatrix ( |
||
Solid ( ) : System | ||
Solid ( |
||
Solid ( Point3d vertices, int indices, Color3f colors ) : System | ||
Solid ( Vector3 vertices, int indices, Color colors ) : System | ||
getColors ( ) : Color3f[] | ||
getIndices ( ) : int[] | ||
getVertices ( ) : Point3d[] | ||
isEmpty ( ) : bool | ||
rotate ( double dx, double dy ) : void | ||
scale ( double dx, double dy, double dz ) : void | ||
setData ( Point3d vertices, int indices, Color3f colors ) : void | ||
setData ( Vector3 vertices, int indices, Color colors ) : void | ||
translate ( double dx, double dy ) : void | ||
zoom ( double dz ) : void |
Method | Description | |
---|---|---|
defineGeometry ( ) : void | ||
getMean ( ) : Point3d | ||
loadCoordinateFile ( |
||
setInitialFeatures ( ) : void |
public ApplyMatrix ( |
||
m | ||
return | void |
public Solid ( |
||
solidFile | ||
color | Color3f | |
return | System |
public Solid ( Point3d vertices, int indices, Color3f colors ) : System | ||
vertices | Point3d | |
indices | int | |
colors | Color3f | |
return | System |
public Solid ( Vector3 vertices, int indices, Color colors ) : System | ||
vertices | Vector3 | |
indices | int | |
colors | Color | |
return | System |
protected loadCoordinateFile ( |
||
solidFile | ||
color | Color3f | |
return | void |
public rotate ( double dx, double dy ) : void | ||
dx | double | |
dy | double | |
return | void |
public scale ( double dx, double dy, double dz ) : void | ||
dx | double | |
dy | double | |
dz | double | |
return | void |
public setData ( Point3d vertices, int indices, Color3f colors ) : void | ||
vertices | Point3d | |
indices | int | |
colors | Color3f | |
return | void |
public setData ( Vector3 vertices, int indices, Color colors ) : void | ||
vertices | Vector3 | |
indices | int | |
colors | Color | |
return | void |
public translate ( double dx, double dy ) : void | ||
dx | double | |
dy | double | |
return | void |