C# Class GeometryAPI.Vector

Exibir arquivo Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
IsZero ( ) : bool
Normalize ( ) : void
this ( int index ) : double

Protected Methods

Method Description
Vector ( ) : System

Private Methods

Method Description
CalculateMagnitude ( ) : double
GetComponent ( int index ) : double
SetComponent ( int index, double value ) : void

Method Details

IsZero() public method

public IsZero ( ) : bool
return bool

Normalize() public method

public Normalize ( ) : void
return void

Vector() protected method

protected Vector ( ) : System
return System

this() public method

public this ( int index ) : double
index int
return double