618552
687
Verklein
Vergroot
Pagina terug
1/753
Pagina verder
length(vec)
length(point1, point2)
lookAt(fromPoint, atPoint)
To the top
Note:
seedRandom(offset, timeless=false)
random()
random(maxValOrArray)
random(minValOrArray, maxValOrArray)
Normalizes the vector so that its length is 1.0. Using the normalize method is a short way of performing the operation div(vec,
length(vec)).
Return type: Number.
Argument type: vec is an Array.
Returns the length of vector vec.
Return type: Number.
Argument type: point1 and point2 are Arrays.
Returns the distance between two points. The point2 argument is optional. For example, length(point1, point2) is the same as
length(sub(point1, point2)).
For example, add this expression to the Focus Distance property of a camera to lock the focal plane to the camera's point of interest so that the
point of interest is in focus:
length(position, pointOfInterest)
Return type: Array [3].
Argument type: fromPoint and atPoint are Arrays [3].
The argument fromPoint is the location in world space of the layer you want to orient. The argument atPoint is the point in world space you want to
point the layer at. The return value can be used as an expression for the Orientation property, making the z axis of the layer point at atPoint. This
method is especially useful for cameras and lights. If you use this expression on a camera, turn off auto-orientation. For example, this expression
on the Orientation property of a spot light makes the light point at the anchor point of layer number 1 in the same composition:
lookAt(position, thisComp.layer(1).position)
Random Numbers methods (expression reference)
The wiggle method—which is used to randomly vary a property value—is in the Property attributes and methods category. (See Property
attributes and methods (expression reference).)
Return type: none.
Argument type: offset is a Number, timeless is a Boolean.
The random and gaussRandom methods use a seed value that controls the sequence of numbers. By default, the seed is computed as a function
of a unique layer identifier, the property within the layer, the current time, and an offset value of 0. Call seedRandom to set the offset to something
other than 0 to create a different random sequence.
Use true for the timeless argument to not use the current time as input to the random seed. Using true for the timeless argument allows you to
generate a random number that doesn’t vary depending on the time of evaluation.
The offset value, but not the timeless value, is also used to control the initial value of the wiggle function.
For example, this expression on the Opacity property sets the Opacity value to a random value that does not vary with time:
seedRandom(123456, true); random()*100
The multiplication by 100 in this example converts the value in the range 0–1 returned by the random method into a number in the range 0–100;
this range is more typically useful for the Opacity property, which has values from 0% to 100%.
Return type: Number.
Returns a random number in the range 0–1.
In After Effects CC and CS6, the behavior of random() is changed to be more random when layer ids are close together. The wiggle() expression
is not affected.
Return type: Number or Array.
Argument type: maxValOrArray is a Number or Array.
If maxValOrArray is a Number, this method returns a number in the range from 0 to maxValOrArray. If maxValOrArray is an Array, this method
returns an Array with the same dimension as maxValOrArray, with each component ranging from 0 to the corresponding component of
maxValOrArray.
Return type: Number or Array.
Argument type: minValOrArray and maxValOrArray are Numbers or Arrays.
683
687

Hulp nodig? Stel uw vraag in het forum

Spelregels

Misbruik melden

Gebruikershandleiding.com neemt misbruik van zijn services uitermate serieus. U kunt hieronder aangeven waarom deze vraag ongepast is. Wij controleren de vraag en zonodig wordt deze verwijderd.

Product:

Bijvoorbeeld antisemitische inhoud, racistische inhoud, of materiaal dat gewelddadige fysieke handelingen tot gevolg kan hebben.

Bijvoorbeeld een creditcardnummer, een persoonlijk identificatienummer, of een geheim adres. E-mailadressen en volledige namen worden niet als privégegevens beschouwd.

Spelregels forum

Om tot zinvolle vragen te komen hanteren wij de volgende spelregels:

Belangrijk! Als er een antwoord wordt gegeven op uw vraag, dan is het voor de gever van het antwoord nuttig om te weten als u er wel (of niet) mee geholpen bent! Wij vragen u dus ook te reageren op een antwoord.

Belangrijk! Antwoorden worden ook per e-mail naar abonnees gestuurd. Laat uw emailadres achter op deze site, zodat u op de hoogte blijft. U krijgt dan ook andere vragen en antwoorden te zien.

Abonneren

Abonneer u voor het ontvangen van emails voor uw Adobe After Effects CC 2013 bij:


U ontvangt een email met instructies om u voor één of beide opties in te schrijven.


Ontvang uw handleiding per email

Vul uw emailadres in en ontvang de handleiding van Adobe After Effects CC 2013 in de taal/talen: Engels als bijlage per email.

De handleiding is 7,16 mb groot.

 

U ontvangt de handleiding per email binnen enkele minuten. Als u geen email heeft ontvangen, dan heeft u waarschijnlijk een verkeerd emailadres ingevuld of is uw mailbox te vol. Daarnaast kan het zijn dat uw internetprovider een maximum heeft aan de grootte per email. Omdat hier een handleiding wordt meegestuurd, kan het voorkomen dat de email groter is dan toegestaan bij uw provider.

Stel vragen via chat aan uw handleiding

Stel uw vraag over deze PDF

loading

Andere handleiding(en) van Adobe After Effects CC 2013

Adobe After Effects CC 2013 Gebruiksaanwijzing - Deutsch - 718 pagina's


Uw handleiding is per email verstuurd. Controleer uw email

Als u niet binnen een kwartier uw email met handleiding ontvangen heeft, kan het zijn dat u een verkeerd emailadres heeft ingevuld of dat uw emailprovider een maximum grootte per email heeft ingesteld die kleiner is dan de grootte van de handleiding.

Er is een email naar u verstuurd om uw inschrijving definitief te maken.

Controleer uw email en volg de aanwijzingen op om uw inschrijving definitief te maken

U heeft geen emailadres opgegeven

Als u de handleiding per email wilt ontvangen, vul dan een geldig emailadres in.

Uw vraag is op deze pagina toegevoegd

Wilt u een email ontvangen bij een antwoord en/of nieuwe vragen? Vul dan hier uw emailadres in.



Info