|
VisioMove SDK (iOS)
2.1.22
|

Public Types | |
| typedef VgLineDescriptor | Descriptor |
Protected Member Functions | |
| VgLine () | |
| virtual | ~VgLine () |
Protected Member Functions inherited from VgEngine::VgSpatial | |
| VgSpatial () | |
| virtual | ~VgSpatial () |
Friends | |
| class | VgEngine::VgInstanceFactory |
| class | VgEngine::VgObjectBridge |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgSpatial | |
| Private * | mPrivate |
Protected Attributes inherited from VgEngine::VgReferenced | |
| int | mNbReferences |
A VgLine is created using Vg3DModule::VgInstanceFactory::instantiate. Once created, it may be added to a layer using VgLine::setLayer.
|
protected |
Constructor.
|
protectedvirtual |
Destructor.
|
virtual |
Casts this instance into a VgLine.
Reimplemented from Vg3DModule::VgIGeometry.
|
virtual |
Casts this instance into a VgPoint.
Reimplemented from Vg3DModule::VgIGeometry.
|
virtual |
Retrieves the descriptor containing line information.
| VgEngine::VgPosition Vg3DModule::VgLine::getInterpolatedPosition | ( | float | pValue | ) |
returns interpolated position for this line.
| pValue | between 0.0f and 1.0f |
| const VgEngine::VgRefPtr< VgEngine::VgITexture >& Vg3DModule::VgLine::getTexture | ( | ) | const |
| float Vg3DModule::VgLine::getTextureAnimationSpeed | ( | ) | const |
|
virtual |
Reimplemented from Vg3DModule::VgIGeometry.
| bool Vg3DModule::VgLine::setTexture | ( | const VgEngine::VgRefPtr< VgEngine::VgITexture > & | pTexture | ) |
Sets a new texture for this line.
| void Vg3DModule::VgLine::setTextureAnimationSpeed | ( | const float | pSpeed | ) |
Sets the texture animation speed in meters/second for this line.
|
friend |
|
friend |