de.mirell.m3d

class CControlVertex

Object | +--de.mirell.m3d.CVertex | +--de.mirell.m3d.CControlVertex
Implemented Interfaces: IXMLSerializable

class CControlVertex extends CVertex
  • Author:
    Mirell Development
  • Version:
    N/A

Fields inherited from class de.mirell.m3d.CVertex

Constructor

public CControlVertex ( Pos: CCoordinate)

Method Summary

public fromXML ( value: XML ): Void
Unserializes XML into the object
public toXML ( ): XML
Serializes the object into XML

Constructor Documentation

CControlVertex

public function CControlVertex (
Pos: CCoordinate)

    Method Documentation

    fromXML

    public function fromXML (
    value: XML): Void
    Unserializes XML into the object
    Object state is set according to XML.

    toXML

    public function toXML (
    ): XML
    Serializes the object into XML
    The current object state will be serialized. The fromXML method must be able to unserialize the XML.

    The documentation was generated from the following file:
    • CControlVertex.as, Last Modified: 02.01.2004 05:29:58