VectorVelocity Constructor (Point, ReferenceFrame) |
Initializes a new instance of the
VectorVelocity class to represent the
velocity of a given point in a given reference frame.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public VectorVelocity(
Point point,
ReferenceFrame frame
)
Public Sub New (
point As Point,
frame As ReferenceFrame
)
public:
VectorVelocity(
Point^ point,
ReferenceFrame^ frame
)
new :
point : Point *
frame : ReferenceFrame -> VectorVelocity
Parameters
- point
- Type: AGI.Foundation.GeometryPoint
The point. The new vector will represent the velocity of this point. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame. The new vector will represent the velocity of the point in this frame.
See Also