SilverScreen Solid Modeler

Clear method

Clear method

Previous topic Next topic  

Clear method

Previous topic Next topic JavaScript is required for the print function  

SilverSharpAPI

 

void Clear();

 

 

 

 

 




Synopsis

using SilverSharp;

 

The Clear method clears the SilverSharp.MATRIX object to the identity matrix

 

 

Parameters

none

 

 

Return Value

none

 

 

Remarks

The identity matrix is:

 

[1 0 0 0]

[0 1 0 0]

[0 0 1 0]

[0 0 0 1]

 

 

See Also

MATRIX, tm_clear