public class BlendVertex extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GlColor |
color
Color of vertex
|
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location |
location
Location of vertex in worldspace
|
| Constructor and Description |
|---|
BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
Color color) |
BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
GlColor color) |
| Modifier and Type | Method and Description |
|---|---|
GlColor |
getColor()
Return color of vertex.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation()
Return location of vertex
|
protected GlColor color
protected cz.cuni.amis.pogamut.base3d.worldview.object.Location location
public BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
Color color)
public BlendVertex(cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
GlColor color)
public GlColor getColor()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.