SIQuaternion.W

Description

Sets or returns a Double representing the W value of this quaternion.

C# Syntax

// get accessor

Double rtn = ISIQuaternion.W;

// set accessor

ISIQuaternion.W = Double;