| Property | Defined by | ||
|---|---|---|---|
| theta : Number | RotationMatrix | ||
| Property | Defined by | ||
|---|---|---|---|
| r11 : Number | RotationMatrix | ||
| r12 : Number | RotationMatrix | ||
| r21 : Number | RotationMatrix | ||
| r22 : Number | RotationMatrix | ||
| _theta : Number | RotationMatrix | ||
| Method | Defined by | ||
|---|---|---|---|
|
RotationMatrix(theta:Number = 0)
| RotationMatrix | ||
| RotationMatrix | |||
| RotationMatrix | |||
| r11 | property |
protected var r11:Number
| r12 | property |
protected var r12:Number
| r21 | property |
protected var r21:Number
| r22 | property |
protected var r22:Number
| _theta | property |
protected var _theta:Number
| theta | property |
theta:Number [read-write]Implementation
public function get theta():Number
public function set theta(value:Number):void
| RotationMatrix | () | constructor |
public function RotationMatrix(theta:Number = 0)Parameters
theta:Number (default = 0) |
| getTransposeVectorProduct | () | method |
| getVectorProduct | () | method |