| Package | me.cosmodro.yaxs.transitions.shatter |
| Class | public class Triangle |
| Inheritance | Triangle Object |
| Property | Defined By | ||
|---|---|---|---|
| A : Point
get first point
| Triangle | ||
| B : Point
get second point
| Triangle | ||
| C : Point
get third point
| Triangle | ||
| delta : Matrix
the transformation matrix for animation
| Triangle | ||
| points : Vector.<Point>
the 3 points
| Triangle | ||
| Method | Defined By | ||
|---|---|---|---|
Triangle(a:Point = null, b:Point = null, c:Point = null) | Triangle | ||
| A | property |
A:Pointget first point
public function get A():Point public function set A(value:Point):void| B | property |
B:Pointget second point
public function get B():Point public function set B(value:Point):void| C | property |
C:Pointget third point
public function get C():Point public function set C(value:Point):void| delta | property |
public var delta:Matrixthe transformation matrix for animation
| points | property |
public var points:Vector.<Point>the 3 points
| Triangle | () | Constructor |
public function Triangle(a:Point = null, b:Point = null, c:Point = null)a:Point (default = null) | |
b:Point (default = null) | |
c:Point (default = null) |