STK Vector Geometry ToolSend comments on this topic.
IsNormalized Property (IAgCrdnVectorCross)
See Also
Windows






Windows & Linux

Description

Whether to convert the cross product of two vectors to a unit vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsNormalized() As Boolean
[C#]
public bool IsNormalized {get; set;}
[Managed C++]
public: __property bool get_IsNormalized();
public: __property void set_IsNormalized( bool );
[Unmanaged C++]
public: HRESULT get_IsNormalized(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsNormalized(
    VARIANT_BOOL IsNormalized
);
[Java]
public bool getIsNormalized();
public void setIsNormalized(
    bool
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.