Class Vertex
- Namespace
- Polygonal
A Vertex is defined by a position and is connected to the edges of a tessellation. It is the dimension-0 element
Base class: Element
classDiagram
class Vertex
Element <|-- Vertex
Vertex : +core.Ident Id
Functions accepting this type or a list of this type as a parameter:
- polygonal.getNormal
- polygonal.getVertexCoordinates
- polygonal.getVertexEdges
- polygonal.getVertexPolygons
- polygonal.destroyElements
- polygonal.invertElements
- geom.applyTransform
- geom.getEntityAABB
- core.cloneEntity
- core.deleteEntities
- core.entityExists
- core.getEntityType
- core.getEntityTypeString
- core.addCustomProperty
- core.getProperties
- core.getProperty
- core.getPropertyInfo
- core.hasCustomProperty
- core.hasProperty
- core.listProperties
- core.listPropertiesBatch
- core.removeCustomProperty
- core.setProperty
- core.supportCustomProperties
- core.unsetProperty
- scene.linkPropertyToAnimation
- scene.unlinkPropertyToAnimation
Vertex