SIVector3.Dot.2.vbs Example

Applies To

SIVector3.Dot method

Description

This example demonstrates how to use the SIVector3.Dot method.

Code

dim v1, v2
' Create 3D vectors.
set v1 = XSIMath.CreateVector3
set v2 = XSIMath.CreateVector3
v1.Set 1.0, 0.0, 0.0
v2.Set 1.0, 1.0, 0.0
Application.LogMessage v1.Dot( v2 )

Related Examples

SIVector3.Dot.1.js

Keywords

SIVector3 Dot


Autodesk Softimage 2011