Vector Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser iTextSharp.text.pdf.parser.Vector[[Vector]] end
Members
Properties
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
Details
Constructors
Vector
Source code
public Vector(float x, float y, float z)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
x |
|
|
|
y |
|
|
|
z |
Methods
Cross [1/2]
Source code
public virtual Vector Cross(Matrix by)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
by |
Subtract
Source code
public virtual Vector Subtract(Vector v)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
v |
Cross [2/2]
Source code
public virtual Vector Cross(Vector with)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
with |
Normalize
Source code
public virtual Vector Normalize()
Multiply
Source code
public virtual Vector Multiply(float by)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
by |
Dot
Source code
public virtual float Dot(Vector with)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
with |
ToString
Source code
public override string ToString()
Equals
Source code
public override bool Equals(object obj)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
obj |
GetHashCode
Source code
public override int GetHashCode()
Properties
Item
public float Item { get; }
Length
public virtual float Length { get; }
LengthSquared
public virtual float LengthSquared { get; }
Generated with ModularDoc