| Package | away3d.paths |
| Class | public class QuadraticPathSegment |
| Inheritance | QuadraticPathSegment Object |
| Implements | IPathSegment |
| Property | Defined By | ||
|---|---|---|---|
| control : Vector3D
Defines the control vector of the PathSegment
| QuadraticPathSegment | ||
| end : Vector3D
Defines the control vector of the PathSegment
| QuadraticPathSegment | ||
| start : Vector3D
Defines the first vector of the PathSegment
| QuadraticPathSegment | ||
| Method | Defined By | ||
|---|---|---|---|
QuadraticPathSegment(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D) | QuadraticPathSegment | ||
dispose():void
nulls the 3 vectors
| QuadraticPathSegment | ||
getPointOnSegment(t:Number, target:Vector3D = null):Vector3D | QuadraticPathSegment | ||
toString():String | QuadraticPathSegment | ||
| control | property |
public var control:Vector3DDefines the control vector of the PathSegment
| end | property |
public var end:Vector3DDefines the control vector of the PathSegment
| start | property |
public var start:Vector3DDefines the first vector of the PathSegment
| QuadraticPathSegment | () | Constructor |
public function QuadraticPathSegment(pStart:Vector3D, pControl:Vector3D, pEnd:Vector3D)pStart:Vector3D | |
pControl:Vector3D | |
pEnd:Vector3D |
| dispose | () | method |
public function dispose():voidnulls the 3 vectors
| getPointOnSegment | () | method |
public function getPointOnSegment(t:Number, target:Vector3D = null):Vector3DParameters
t:Number | |
target:Vector3D (default = null) |
Vector3D |
| toString | () | method |
public function toString():StringReturnsString |