Class sandy.core.data.Quaternion

Description

Field Index

w

Inherited from Vector

x, y, z

Method Index

new Quaternion()
toString()

Inherited from Vector

Constructor Detail

Quaternion

public function Quaternion(px:Number, py:Number, pz:Number, pw:Number)

Field Detail

w

public w:Number

Method Detail

toString

public function toString(Void):String

Description copied from Vector

Get a String represntation of the Vector.

Overrides

toString() in sandy.core.data.Vector