Packageinfinity3D.engine.types
Classpublic final class DrawPoint

Класс DrawPoint содержит текстурные координаты (UV), а также координаты вершины в системе координат камеры.



Public Properties
 PropertyDefined by
  coords : Point3D
координаты вершины.
DrawPoint
  uvs : UVCoords
текстурные координаты.
DrawPoint
Public Methods
 MethodDefined by
  
DrawPoint(coords:Point3D = null, uvs:UVCoords = null)
Создание экземпляра класса.
DrawPoint
  
toString():String
Строковое представление DrawPoint.
DrawPoint
Property detail
coordsproperty
coords:Point3D  [read-write]

координаты вершины.

Implementation
    public function get coords():Point3D
    public function set coords(value:Point3D):void
uvsproperty 
uvs:UVCoords  [read-write]

текстурные координаты.

Implementation
    public function get uvs():UVCoords
    public function set uvs(value:UVCoords):void
Constructor detail
DrawPoint()constructor
public function DrawPoint(coords:Point3D = null, uvs:UVCoords = null)

Создание экземпляра класса.

Parameters
coords:Point3D (default = null) — Координаты вершины в трехмерном пространстве.
 
uvs:UVCoords (default = null) — Текстурные координаты.
Method detail
toString()method
public function toString():String

Строковое представление DrawPoint.

Returns
String — Cтрока со значениями DrawPoint.