Click or drag to resize

RotationVector3D Constructor (SerializationInfo, StreamingContext)

http://www.emgu.com
Constructor used to deserialize 3D rotation vector

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public RotationVector3D(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialization info
context
Type: System.Runtime.SerializationStreamingContext
The streaming context
See Also