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