| Package | graphics.geom |
| Class | public class UVW |
| Inheritance | UVW UV Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | u : Number
Defines the horizontal coordinate value of the texture. | UV | |
![]() | v : Number
Defines the vertical coordinate value of the texture. | UV | |
| w : Number
Defines the w coordinate value of the texture. | UVW | ||
![]() | ZERO : UV [static]
Defines the UVCoordinate object with the u and v properties set to zero. | UV | |
| Method | Defined By | ||
|---|---|---|---|
UVW(u:Number = 0, v:Number = 0, w:Number = 0)
Creates a new UVW instance. | UVW | ||
clone():* [override]
Returns a shallow copy of this instance. | UVW | ||
equals(o:*):Boolean [override]
Compares the specified object with this object for equality. | UVW | ||
toObject():Object [override]
Returns the Object representation of this object. | UVW | ||
toSource(indent:int = 0):String [override]
Returns the source code string representation of the object. | UVW | ||
toString():String [override]
Returns the String representation of the object. | UVW | ||
| w | property |
public var w:NumberDefines the w coordinate value of the texture.
| UVW | () | Constructor |
public function UVW(u:Number = 0, v:Number = 0, w:Number = 0)Creates a new UVW instance.
Parametersu:Number (default = 0) — The horizontal coordinate value. The default value is zero.
| |
v:Number (default = 0) — The vertical coordinate value. The default value is zero.
| |
w:Number (default = 0) — The w coordinate value. The default value is zero.
|
| clone | () | method |
override public function clone():*Returns a shallow copy of this instance.
Returns* — a shallow copy of this instance.
|
| equals | () | method |
override public function equals(o:*):BooleanCompares the specified object with this object for equality.
Parameters
o:* |
Boolean — true if the the specified object is equal with this object.
|
| toObject | () | method |
override public function toObject():ObjectReturns the Object representation of this object.
ReturnsObject — the Object representation of this object.
|
| toSource | () | method |
override public function toSource(indent:int = 0):StringReturns the source code string representation of the object.
Parameters
indent:int (default = 0) |
String — the source code string representation of the object.
|
| toString | () | method |
override public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|