Packagelaya.d3.graphics
Classpublic class VertexPositionNormalTangent
InheritanceVertexPositionNormalTangent Inheritance Object
Implements IVertex



Public Properties
 PropertyDefined By
  normal : Vector3
[read-only]
VertexPositionNormalTangent
  position : Vector3
[read-only]
VertexPositionNormalTangent
  tangent : Vector3
[read-only]
VertexPositionNormalTangent
  vertexDeclaration : VertexDeclaration
[read-only]
VertexPositionNormalTangent
Public Methods
 MethodDefined By
  
VertexPositionNormalTangent
Property Detail
normalproperty
normal:Vector3  [read-only]


Implementation
    public function get normal():Vector3
positionproperty 
position:Vector3  [read-only]


Implementation
    public function get position():Vector3
tangentproperty 
tangent:Vector3  [read-only]


Implementation
    public function get tangent():Vector3
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexPositionNormalTangent()Constructor
public function VertexPositionNormalTangent(position:Vector3, normal:Vector3, tangent:Vector3)



Parameters
position:Vector3
 
normal:Vector3
 
tangent:Vector3