|
CosNewValue | |
Result# = CosNewValue(BasePos, Angle, Radius) | |
Parameters: BasePos = The baseposition Angle = The angle (in degrees) Radius = The Radius |
|
Returns: Result# |
|
CosNewValue() returns the cosine value of an angle multiplied by a given radius from a base position. FACTS: * CosNewValue is equivalent of BasePos+(Cos(Angle) * Radius) * Check out the Cos or Sin for some ideas on how you might use them. Mini Tutorial:
|
Related Info: | Cos | CosH | CosRadius | Sin | SinH | SinNewValue : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |