VectorNormalizedVectorToNormalize Property |
Gets or sets the vector to be normalized.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector VectorToNormalize { get; set; }
Public Property VectorToNormalize As Vector
Get
Set
public:
property Vector^ VectorToNormalize {
Vector^ get ();
void set (Vector^ value);
}
member VectorToNormalize : Vector with get, set
Property Value
Type:
VectorSee Also