Covariance3By3Evaluator Constructor (Covariance3By3Evaluator, CopyContext) |
Initializes a new instance as a copy of an existing instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected Covariance3By3Evaluator(
Covariance3By3Evaluator existingInstance,
CopyContext context
)
Protected Sub New (
existingInstance As Covariance3By3Evaluator,
context As CopyContext
)
protected:
Covariance3By3Evaluator(
Covariance3By3Evaluator^ existingInstance,
CopyContext^ context
)
new :
existingInstance : Covariance3By3Evaluator *
context : CopyContext -> Covariance3By3Evaluator
Parameters
- existingInstance
- Type: AGI.Foundation.GeometryCovariance3By3Evaluator
The existing instance to copy. - context
- Type: AGI.Foundation.InfrastructureCopyContext
A CopyContext that controls the depth of the copy.
Exceptions Remarks
See
Clone(CopyContext) for more information about how to implement this constructor
in a derived class.
See Also