All types
|
All members
RT.Geometry
RT.Geometry
Arc
D
Bounding
Box
D
Circle
D
Decode
Svg
Path
Edge
D
Geom
Ut
Intersect
Point
D
Point
D
(
x
,
y
)
Point
D
(
angle
)
Point
D
(
point
F
)
CrossZ
(
other
)
DecomposeAlong
(
vector
,
len
Along
,
len
Normal
)
Deconstruct
(
x
,
y
)
Distance
()
Distance
(
other
)
Dot
(
other
)
Equals
(
obj
)
Equals
(
other
)
GetHashCode
()
LengthProjectedOnto
(
vector
)
LengthProjectedOnto
(
angle
)
Normal
()
ProjectedOnto
(
vector
)
RecomposeVector
(
len
Along
,
len
Normal
)
Rotated
(
angle
)
Theta
()
ToPointF
()
ToString
()
Unit
()
operator+
(
one
,
other
)
operator/
(
vector
,
scalar
)
operator==
(
one
,
other
)
operator!=
(
one
,
other
)
operator*
(
scalar
,
vector
)
operator*
(
vector
,
scalar
)
operator-
(
left
,
right
)
operator-
(
vector
)
X
Y
Polygon
D
Rectangle
D
Triangle
D
Triangulate
Voronoi
Diagram
Voronoi
Diagram
Flags
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.Modeling
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Method:
void
DecomposeAlong
(
PointD
,
out double
,
out double
)
Declared in:
RT.Geometry.
PointD
Declaration
public
void
DecomposeAlong
(
PointD
vector
,
out double
lenAlong
,
out double
lenNormal
)
Summary
Decomposes this vector into components relative to another vector.
Parameters
PointD
vector
Reference vector.
out double
lenAlong
Length of this vector along the reference vector.
out double
lenNormal
Length of this vector normal to the reference vector.