Fields<ahref='#fields'class='anchor'></a></h2><spanid="structfield.x"class="structfield small-section-header"><ahref="#structfield.x"class="anchor field"></a><codeid="x.v">x: S</code></span><spanid="structfield.y"class="structfield small-section-header"><ahref="#structfield.y"class="anchor field"></a><codeid="y.v">y: S</code></span><spanid="structfield.z"class="structfield small-section-header"><ahref="#structfield.z"class="anchor field"></a><codeid="z.v">z: S</code></span><h2id='methods'class='small-section-header'>Methods<ahref='#methods'class='anchor'></a></h2><h3id='impl'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#67-78'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.from_homogeneous'class="method"><codeid='from_homogeneous.v'>pub fn <ahref='#method.from_homogeneous'class='fnname'>from_homogeneous</a>(v: <aclass="struct"href="../cgmath/struct.Vector4.html"title="struct cgmath::Vector4">Vector4</a><S>) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#69-72'title='goto source code'>[src]</a></h4><h4id='method.to_homogeneous'class="method"><codeid='to_homogeneous.v'>pub fn <ahref='#method.to_homogeneous'class='fnname'>to_homogeneous</a>(self) -><aclass="struct"href="../cgmath/struct.Vector4.html"title="struct cgmath::Vector4">Vector4</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#75-77'title='goto source code'>[src]</a></h4></div><h3id='impl-1'class='impl'><codeclass='in-band'>impl<S><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-1'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#82-97'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.new'class="method"><codeid='new.v'>pub fn <ahref='#method.new'class='fnname'>new</a>(x: S, y: S, z: S) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#85-87'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Construct a new point, using the provided values.</p>
</div><h4id='method.map'class="method"><codeid='map.v'>pub fn <ahref='#method.map'class='fnname'>map</a><U, F>(self, f: F) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><U><spanclass="where fmt-newline">where<br> F: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnMut.html"title="trait core::ops::function::FnMut">FnMut</a>(S) -> U, </span></code><aclass='srclink'href='../src/cgmath/point.rs.html#92-96'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Perform the given operation on each field in the point, returning a new point
constructed from the operations.</p>
</div></div><h3id='impl-2'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../num_traits/cast/trait.NumCast.html"title="trait num_traits::cast::NumCast">NumCast</a> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a>><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-2'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#123-135'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.cast'class="method"><codeid='cast.v'>pub fn <ahref='#method.cast'class='fnname'>cast</a><T: <aclass="trait"href="../num_traits/cast/trait.NumCast.html"title="trait num_traits::cast::NumCast">NumCast</a>>(&self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><T>></code><aclass='srclink'href='../src/cgmath/point.rs.html#126-134'title='goto source code'>[src]</a></h4><divclass='docblock'><p>Component-wise casting to another type</p>
</div></div><h2id='implementations'class='small-section-header'>Trait Implementations<ahref='#implementations'class='anchor'></a></h2><divid='implementations-list'><h3id='impl-Array'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="../cgmath/prelude/trait.Array.html"title="trait cgmath::prelude::Array">Array</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Array'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#99-121'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Element'class="type"><codeid='Element.t'>type <ahref='../cgmath/prelude/trait.Array.html#associatedtype.Element'class="type">Element</a> = S</code></h4><h4id='method.len'class="method hidden"><codeid='len.v'>fn <ahref='../cgmath/prelude/trait.Array.html#tymethod.len'class='fnname'>len</a>() -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#103-105'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Get the number of elements in the array type <ahref="../cgmath/prelude/trait.Array.html#tymethod.len">Read more</a></p>
</div><h4id='method.from_value'class="method hidden"><codeid='from_value.v'>fn <ahref='../cgmath/prelude/trait.Array.html#tymethod.from_value'class='fnname'>from_value</a>(scalar: S) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#108-110'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Construct a vector from a single value, replicating it. <ahref="../cgmath/prelude/trait.Array.html#tymethod.from_value">Read more</a></p>
</div><h4id='method.sum'class="method hidden"><codeid='sum.v'>fn <ahref='../cgmath/prelude/trait.Array.html#tymethod.sum'class='fnname'>sum</a>(self) -> S <spanclass="where fmt-newline">where<br> S: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><Output = S>, </span></code><aclass='srclink'href='../src/cgmath/point.rs.html#113-115'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The sum of the elements of the array.</p>
</div><h4id='method.product'class="method hidden"><codeid='product.v'>fn <ahref='../cgmath/prelude/trait.Array.html#tymethod.product'class='fnname'>product</a>(self) -> S <spanclass="where fmt-newline">where<br> S: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><Output = S>, </span></code><aclass='srclink'href='../src/cgmath/point.rs.html#118-120'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The product of the elements of the array.</p>
</div><h4id='method.as_ptr'class="method hidden"><codeid='as_ptr.v'>fn <ahref='../cgmath/prelude/trait.Array.html#method.as_ptr'class='fnname'>as_ptr</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a>Self::<aclass="type"href="../cgmath/prelude/trait.Array.html#associatedtype.Element"title="type cgmath::prelude::Array::Element">Element</a></code><aclass='srclink'href='../src/cgmath/structure.rs.html#62-64'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Get the pointer to the first element of the array.</p>
</div><h4id='method.as_mut_ptr'class="method hidden"><codeid='as_mut_ptr.v'>fn <ahref='../cgmath/prelude/trait.Array.html#method.as_mut_ptr'class='fnname'>as_mut_ptr</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a>Self::<aclass="type"href="../cgmath/prelude/trait.Array.html#associatedtype.Element"title="type cgmath::prelude::Array::Element">Element</a></code><aclass='srclink'href='../src/cgmath/structure.rs.html#68-70'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Get a mutable pointer to the first element of the array.</p>
</div><h4id='method.swap_elements'class="method hidden"><codeid='swap_elements.v'>fn <ahref='../cgmath/prelude/trait.Array.html#method.swap_elements'class='fnname'>swap_elements</a>(&mut self, i: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, j: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</code><aclass='srclink'href='../src/cgmath/structure.rs.html#74-79'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Swap the elements at indices <code>i</code> and <code>j</code> in-place.</p>
</div><h4id='method.distance'class="method hidden"><codeid='distance.v'>fn <ahref='../cgmath/prelude/trait.MetricSpace.html#method.distance'class='fnname'>distance</a>(self, other: Self) -> Self::<aclass="type"href="../cgmath/prelude/trait.MetricSpace.html#associatedtype.Metric"title="type cgmath::prelude::MetricSpace::Metric">Metric</a></code><aclass='srclink'href='../src/cgmath/structure.rs.html#196-198'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The distance between two values.</p>
</div></div><h3id='impl-EuclideanSpace'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="../cgmath/prelude/trait.EuclideanSpace.html"title="trait cgmath::prelude::EuclideanSpace">EuclideanSpace</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-EuclideanSpace'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#146-169'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Scalar'class="type"><codeid='Scalar.t'>type <ahref='../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Scalar'class="type">Scalar</a> = S</code></h4><divclass='docblock'><p>The associated scalar over which the space is defined. <ahref="../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Scalar">Read more</a></p>
</div><h4id='associatedtype.Diff'class="type"><codeid='Diff.t'>type <ahref='../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Diff'class="type">Diff</a> = <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code></h4><divclass='docblock'><p>The associated space of displacement vectors.</p>
</div><h4id='method.origin'class="method hidden"><codeid='origin.v'>fn <ahref='../cgmath/prelude/trait.EuclideanSpace.html#tymethod.origin'class='fnname'>origin</a>() -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#151-153'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The point at the origin of the Euclidean space.</p>
</div><h4id='method.from_vec'class="method hidden"><codeid='from_vec.v'>fn <ahref='../cgmath/prelude/trait.EuclideanSpace.html#tymethod.from_vec'class='fnname'>from_vec</a>(v: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#156-158'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Convert a displacement vector to a point. <ahref="../cgmath/prelude/trait.EuclideanSpace.html#tymethod.from_vec">Read more</a></p>
</div><h4id='method.to_vec'class="method hidden"><codeid='to_vec.v'>fn <ahref='../cgmath/prelude/trait.EuclideanSpace.html#tymethod.to_vec'class='fnname'>to_vec</a>(self) -><aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#161-163'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Convert a point to a displacement vector. <ahref="../cgmath/prelude/trait.EuclideanSpace.html#tymethod.to_vec">Read more</a></p>
</div><h4id='method.dot'class="method hidden"><codeid='dot.v'>fn <ahref='../cgmath/prelude/trait.EuclideanSpace.html#tymethod.dot'class='fnname'>dot</a>(self, v: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -> S</code><aclass='srclink'href='../src/cgmath/point.rs.html#166-168'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This is a weird one, but its useful for plane calculations.</p>
</div><h4id='method.midpoint'class="method hidden"><codeid='midpoint.v'>fn <ahref='../cgmath/prelude/trait.EuclideanSpace.html#method.midpoint'class='fnname'>midpoint</a>(self, other: Self) -> Self</code><aclass='srclink'href='../src/cgmath/structure.rs.html#369-371'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns the middle point between two other points. <ahref="../cgmath/prelude/trait.EuclideanSpace.html#method.midpoint">Read more</a></p>
</div><h4id='method.centroid'class="method hidden"><codeid='centroid.v'>fn <ahref='../cgmath/prelude/trait.EuclideanSpace.html#method.centroid'class='fnname'>centroid</a>(points: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>) -> Self</code><aclass='srclink'href='../src/cgmath/structure.rs.html#388-394'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Returns the average position of all points in the slice. <ahref="../cgmath/prelude/trait.EuclideanSpace.html#method.centroid">Read more</a></p>
</div></div><h3id='impl-Rotation%3CPoint3%3CS%3E%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseFloat.html"title="trait cgmath::BaseFloat">BaseFloat</a>><aclass="trait"href="../cgmath/prelude/trait.Rotation.html"title="trait cgmath::prelude::Rotation">Rotation</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>> for <aclass="struct"href="../cgmath/struct.Quaternion.html"title="struct cgmath::Quaternion">Quaternion</a><S></code><ahref='#impl-Rotation%3CPoint3%3CS%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/quaternion.rs.html#683-724'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.look_at'class="method hidden"><codeid='look_at.v'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.look_at'class='fnname'>look_at</a>(dir: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>, up: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Quaternion.html"title="struct cgmath::Quaternion">Quaternion</a><S></code><aclass='srclink'href='../src/cgmath/quaternion.rs.html#685-687'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a rotation to a given direction with an 'up' vector.</p>
</div><h4id='method.between_vectors'class="method hidden"><codeid='between_vectors.v'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.between_vectors'class='fnname'>between_vectors</a>(a: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>, b: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Quaternion.html"title="struct cgmath::Quaternion">Quaternion</a><S></code><aclass='srclink'href='../src/cgmath/quaternion.rs.html#690-713'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a shortest rotation to transform vector 'a' into 'b'. Both given vectors are assumed to have unit length. <ahref="../cgmath/prelude/trait.Rotation.html#tymethod.between_vectors">Read more</a></p>
</div><h4id='method.rotate_vector'class="method hidden"><codeid='rotate_vector.v'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.rotate_vector'class='fnname'>rotate_vector</a>(&self, vec: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code><aclass='srclink'href='../src/cgmath/quaternion.rs.html#716-718'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Rotate a vector using this rotation.</p>
</div><h4id='method.invert'class="method hidden"><codeid='invert.v'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.invert'class='fnname'>invert</a>(&self) -><aclass="struct"href="../cgmath/struct.Quaternion.html"title="struct cgmath::Quaternion">Quaternion</a><S></code><aclass='srclink'href='../src/cgmath/quaternion.rs.html#721-723'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a new rotation which "un-does" this rotation. That is, <code>r * r.invert()</code> is the identity. <ahref="../cgmath/prelude/trait.Rotation.html#tymethod.invert">Read more</a></p>
</div><h4id='method.rotate_point'class="method hidden"><codeid='rotate_point.v'>fn <ahref='../cgmath/prelude/trait.Rotation.html#method.rotate_point'class='fnname'>rotate_point</a>(&self, point: P) -> P</code><aclass='srclink'href='../src/cgmath/rotation.rs.html#53-55'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Rotate a point using this rotation, by converting it to its representation as a vector. <ahref="../cgmath/prelude/trait.Rotation.html#method.rotate_point">Read more</a></p>
</div></div><h3id='impl-Rotation%3CPoint3%3CS%3E%3E-1'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseFloat.html"title="trait cgmath::BaseFloat">BaseFloat</a>><aclass="trait"href="../cgmath/prelude/trait.Rotation.html"title="trait cgmath::prelude::Rotation">Rotation</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>> for <aclass="struct"href="../cgmath/struct.Basis3.html"title="struct cgmath::Basis3">Basis3</a><S></code><ahref='#impl-Rotation%3CPoint3%3CS%3E%3E-1'class='anchor'></a><aclass='srclink'href='../src/cgmath/rotation.rs.html#317-344'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.look_at-1'class="method hidden"><codeid='look_at.v-1'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.look_at'class='fnname'>look_at</a>(dir: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>, up: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Basis3.html"title="struct cgmath::Basis3">Basis3</a><S></code><aclass='srclink'href='../src/cgmath/rotation.rs.html#319-323'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a rotation to a given direction with an 'up' vector.</p>
</div><h4id='method.between_vectors-1'class="method hidden"><codeid='between_vectors.v-1'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.between_vectors'class='fnname'>between_vectors</a>(a: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>, b: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Basis3.html"title="struct cgmath::Basis3">Basis3</a><S></code><aclass='srclink'href='../src/cgmath/rotation.rs.html#326-329'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a shortest rotation to transform vector 'a' into 'b'. Both given vectors are assumed to have unit length. <ahref="../cgmath/prelude/trait.Rotation.html#tymethod.between_vectors">Read more</a></p>
</div><h4id='method.rotate_vector-1'class="method hidden"><codeid='rotate_vector.v-1'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.rotate_vector'class='fnname'>rotate_vector</a>(&self, vec: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code><aclass='srclink'href='../src/cgmath/rotation.rs.html#332-334'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Rotate a vector using this rotation.</p>
</div><h4id='method.invert-1'class="method hidden"><codeid='invert.v-1'>fn <ahref='../cgmath/prelude/trait.Rotation.html#tymethod.invert'class='fnname'>invert</a>(&self) -><aclass="struct"href="../cgmath/struct.Basis3.html"title="struct cgmath::Basis3">Basis3</a><S></code><aclass='srclink'href='../src/cgmath/rotation.rs.html#339-343'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a new rotation which "un-does" this rotation. That is, <code>r * r.invert()</code> is the identity. <ahref="../cgmath/prelude/trait.Rotation.html#tymethod.invert">Read more</a></p>
</div><h4id='method.rotate_point-1'class="method hidden"><codeid='rotate_point.v-1'>fn <ahref='../cgmath/prelude/trait.Rotation.html#method.rotate_point'class='fnname'>rotate_point</a>(&self, point: P) -> P</code><aclass='srclink'href='../src/cgmath/rotation.rs.html#53-55'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Rotate a point using this rotation, by converting it to its representation as a vector. <ahref="../cgmath/prelude/trait.Rotation.html#method.rotate_point">Read more</a></p>
</div></div><h3id='impl-Transform%3CPoint3%3CS%3E%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseFloat.html"title="trait cgmath::BaseFloat">BaseFloat</a>><aclass="trait"href="../cgmath/prelude/trait.Transform.html"title="trait cgmath::prelude::Transform">Transform</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>> for <aclass="struct"href="../cgmath/struct.Matrix3.html"title="struct cgmath::Matrix3">Matrix3</a><S></code><ahref='#impl-Transform%3CPoint3%3CS%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/matrix.rs.html#945-970'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.one'class="method hidden"><codeid='one.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.one'class='fnname'>one</a>() -><aclass="struct"href="../cgmath/struct.Matrix3.html"title="struct cgmath::Matrix3">Matrix3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#946-948'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create an identity transformation. That is, a transformation which does nothing. <ahref="../cgmath/prelude/trait.Transform.html#tymethod.one">Read more</a></p>
</div><h4id='method.look_at-2'class="method hidden"><codeid='look_at.v-2'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.look_at'class='fnname'>look_at</a>(eye: <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>, center: <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>, up: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Matrix3.html"title="struct cgmath::Matrix3">Matrix3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#950-953'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a transformation that rotates a vector to look at <code>center</code> from <code>eye</code>, using <code>up</code> for orientation. <ahref="../cgmath/prelude/trait.Transform.html#tymethod.look_at">Read more</a></p>
</div><h4id='method.transform_vector'class="method hidden"><codeid='transform_vector.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.transform_vector'class='fnname'>transform_vector</a>(&self, vec: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#955-957'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Transform a vector using this transform.</p>
</div><h4id='method.transform_point'class="method hidden"><codeid='transform_point.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.transform_point'class='fnname'>transform_point</a>(&self, point: <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#959-961'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Transform a point using this transform.</p>
</div><h4id='method.concat'class="method hidden"><codeid='concat.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.concat'class='fnname'>concat</a>(&self, other: &<aclass="struct"href="../cgmath/struct.Matrix3.html"title="struct cgmath::Matrix3">Matrix3</a><S>) -><aclass="struct"href="../cgmath/struct.Matrix3.html"title="struct cgmath::Matrix3">Matrix3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#963-965'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Combine this transform with another, yielding a new transformation which has the effects of both. <ahref="../cgmath/prelude/trait.Transform.html#tymethod.concat">Read more</a></p>
</div><h4id='method.inverse_transform'class="method hidden"><codeid='inverse_transform.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.inverse_transform'class='fnname'>inverse_transform</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../cgmath/struct.Matrix3.html"title="struct cgmath::Matrix3">Matrix3</a><S>></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#967-969'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a transform that "un-does" this one.</p>
</div><h4id='method.inverse_transform_vector'class="method hidden"><codeid='inverse_transform_vector.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#method.inverse_transform_vector'class='fnname'>inverse_transform_vector</a>(&self, vec: P::<aclass="type"href="../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Diff"title="type cgmath::prelude::EuclideanSpace::Diff">Diff</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><P::<aclass="type"href="../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Diff"title="type cgmath::prelude::EuclideanSpace::Diff">Diff</a>></code><aclass='srclink'href='../src/cgmath/transform.rs.html#41-44'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Inverse transform a vector using this transform</p>
</div><h4id='method.concat_self'class="method hidden"><codeid='concat_self.v'>fn <ahref='../cgmath/prelude/trait.Transform.html#method.concat_self'class='fnname'>concat_self</a>(&mut self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code><aclass='srclink'href='../src/cgmath/transform.rs.html#58-60'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Combine this transform with another, in-place.</p>
</div></div><h3id='impl-Transform%3CPoint3%3CS%3E%3E-1'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseFloat.html"title="trait cgmath::BaseFloat">BaseFloat</a>><aclass="trait"href="../cgmath/prelude/trait.Transform.html"title="trait cgmath::prelude::Transform">Transform</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>> for <aclass="struct"href="../cgmath/struct.Matrix4.html"title="struct cgmath::Matrix4">Matrix4</a><S></code><ahref='#impl-Transform%3CPoint3%3CS%3E%3E-1'class='anchor'></a><aclass='srclink'href='../src/cgmath/matrix.rs.html#972-996'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.one-1'class="method hidden"><codeid='one.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.one'class='fnname'>one</a>() -><aclass="struct"href="../cgmath/struct.Matrix4.html"title="struct cgmath::Matrix4">Matrix4</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#973-975'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create an identity transformation. That is, a transformation which does nothing. <ahref="../cgmath/prelude/trait.Transform.html#tymethod.one">Read more</a></p>
</div><h4id='method.look_at-3'class="method hidden"><codeid='look_at.v-3'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.look_at'class='fnname'>look_at</a>(eye: <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>, center: <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>, up: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Matrix4.html"title="struct cgmath::Matrix4">Matrix4</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#977-979'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a transformation that rotates a vector to look at <code>center</code> from <code>eye</code>, using <code>up</code> for orientation. <ahref="../cgmath/prelude/trait.Transform.html#tymethod.look_at">Read more</a></p>
</div><h4id='method.transform_vector-1'class="method hidden"><codeid='transform_vector.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.transform_vector'class='fnname'>transform_vector</a>(&self, vec: <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>) -><aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#981-983'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Transform a vector using this transform.</p>
</div><h4id='method.transform_point-1'class="method hidden"><codeid='transform_point.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.transform_point'class='fnname'>transform_point</a>(&self, point: <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>) -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#985-987'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Transform a point using this transform.</p>
</div><h4id='method.concat-1'class="method hidden"><codeid='concat.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.concat'class='fnname'>concat</a>(&self, other: &<aclass="struct"href="../cgmath/struct.Matrix4.html"title="struct cgmath::Matrix4">Matrix4</a><S>) -><aclass="struct"href="../cgmath/struct.Matrix4.html"title="struct cgmath::Matrix4">Matrix4</a><S></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#989-991'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Combine this transform with another, yielding a new transformation which has the effects of both. <ahref="../cgmath/prelude/trait.Transform.html#tymethod.concat">Read more</a></p>
</div><h4id='method.inverse_transform-1'class="method hidden"><codeid='inverse_transform.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#tymethod.inverse_transform'class='fnname'>inverse_transform</a>(&self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><<aclass="struct"href="../cgmath/struct.Matrix4.html"title="struct cgmath::Matrix4">Matrix4</a><S>></code><aclass='srclink'href='../src/cgmath/matrix.rs.html#993-995'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Create a transform that "un-does" this one.</p>
</div><h4id='method.inverse_transform_vector-1'class="method hidden"><codeid='inverse_transform_vector.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#method.inverse_transform_vector'class='fnname'>inverse_transform_vector</a>(&self, vec: P::<aclass="type"href="../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Diff"title="type cgmath::prelude::EuclideanSpace::Diff">Diff</a>) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"title="enum core::option::Option">Option</a><P::<aclass="type"href="../cgmath/prelude/trait.EuclideanSpace.html#associatedtype.Diff"title="type cgmath::prelude::EuclideanSpace::Diff">Diff</a>></code><aclass='srclink'href='../src/cgmath/transform.rs.html#41-44'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Inverse transform a vector using this transform</p>
</div><h4id='method.concat_self-1'class="method hidden"><codeid='concat_self.v-1'>fn <ahref='../cgmath/prelude/trait.Transform.html#method.concat_self'class='fnname'>concat_self</a>(&mut self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self)</code><aclass='srclink'href='../src/cgmath/transform.rs.html#58-60'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Combine this transform with another, in-place.</p>
</div></div><h3id='impl-AsRef%3C%5BS%3B%203%5D%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 3]</a>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-AsRef%3C%5BS%3B%203%5D%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#152-157'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.as_ref'class="method hidden"><codeid='as_ref.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref'class='fnname'>as_ref</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a>S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 3]</a></code><aclass='srclink'href='../src/cgmath/macros.rs.html#154-156'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-AsRef%3C(S%2C%20S%2C%20S)%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html"title="trait core::convert::AsRef">AsRef</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>S, S, S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-AsRef%3C(S%2C%20S%2C%20S)%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#200-205'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.as_ref-1'class="method hidden"><codeid='as_ref.v-1'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html#tymethod.as_ref'class='fnname'>as_ref</a>(&self) ->&<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">(</a>S, S, S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">)</a></code><aclass='srclink'href='../src/cgmath/macros.rs.html#202-204'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-PartialEq%3CPoint3%3CS%3E%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"title="trait core::cmp::PartialEq">PartialEq</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-PartialEq%3CPoint3%3CS%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#59'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.eq'class="method hidden"><codeid='eq.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq'class='fnname'>eq</a>(&self, other: &<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#59'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <ahref="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div></div><h3id='impl-Copy'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"title="trait core::marker::Copy">Copy</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Copy'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#59'title='goto source code'>[src]</a></h3><divclass='impl-items'></div><h3id='impl-Hash'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html"title="trait core::hash::Hash">Hash</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html"title="trait core::hash::Hash">Hash</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Hash'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#59'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.hash'class="method hidden"><codeid='hash.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash'class='fnname'>hash</a><__H: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>>(&self, state: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>__H)</code><aclass='srclink'href='../src/cgmath/point.rs.html#59'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Feeds this value into the given [<code>Hasher</code>]. <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash">Read more</a></p>
</div><h4id='method.hash_slice'class="method hidden"><codeid='hash_slice.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice'class='fnname'>hash_slice</a><H>(data: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&[Self]</a>, state: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>H) <spanclass="where fmt-newline">where<br> H: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"title="trait core::hash::Hasher">Hasher</a>, </span></code><spanclass='since'title='Stable since Rust version 1.3.0'>1.3.0</span><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#192-198'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <ahref="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p>
</div></div><h3id='impl-Debug'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html"title="trait core::fmt::Debug">Debug</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Debug'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#354-359'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.fmt'class="method hidden"><codeid='fmt.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt'class='fnname'>fmt</a>(&self, f: &mut <aclass="struct"href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html"title="struct core::fmt::Formatter">Formatter</a>) -><aclass="type"href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html"title="type core::fmt::Result">Result</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#355-358'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Formats the value using the given formatter. <ahref="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></p>
</div></div><h3id='impl-Rem%3CS%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><S> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Rem%3CS%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#46-52'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output'class="type"><codeid='Output.t'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><ahref='#impl-Rem%3CPoint3%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-2'class="type"><codeid='Output.t-2'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-3'class="type"><codeid='Output.t-3'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cu8%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><ahref='#impl-Rem%3CPoint3%3Cu8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-4'class="type"><codeid='Output.t-4'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cu8%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cu8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-5'class="type"><codeid='Output.t-5'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cu16%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><ahref='#impl-Rem%3CPoint3%3Cu16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-6'class="type"><codeid='Output.t-6'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cu16%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cu16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-7'class="type"><codeid='Output.t-7'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cu32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><ahref='#impl-Rem%3CPoint3%3Cu32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-8'class="type"><codeid='Output.t-8'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cu32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cu32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-9'class="type"><codeid='Output.t-9'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cu64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><ahref='#impl-Rem%3CPoint3%3Cu64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-10'class="type"><codeid='Output.t-10'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cu64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cu64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-11'class="type"><codeid='Output.t-11'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cisize%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><ahref='#impl-Rem%3CPoint3%3Cisize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-12'class="type"><codeid='Output.t-12'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cisize%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cisize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-13'class="type"><codeid='Output.t-13'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Ci8%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><ahref='#impl-Rem%3CPoint3%3Ci8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-14'class="type"><codeid='Output.t-14'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Ci8%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Ci8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-15'class="type"><codeid='Output.t-15'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Ci16%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><ahref='#impl-Rem%3CPoint3%3Ci16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-16'class="type"><codeid='Output.t-16'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Ci16%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Ci16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-17'class="type"><codeid='Output.t-17'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Ci32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><ahref='#impl-Rem%3CPoint3%3Ci32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-18'class="type"><codeid='Output.t-18'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Ci32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Ci32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-19'class="type"><codeid='Output.t-19'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Ci64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><ahref='#impl-Rem%3CPoint3%3Ci64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-20'class="type"><codeid='Output.t-20'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Ci64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Ci64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-21'class="type"><codeid='Output.t-21'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cf32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><ahref='#impl-Rem%3CPoint3%3Cf32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-22'class="type"><codeid='Output.t-22'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cf32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cf32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-23'class="type"><codeid='Output.t-23'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3CPoint3%3Cf64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><ahref='#impl-Rem%3CPoint3%3Cf64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-24'class="type"><codeid='Output.t-24'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Rem%3C%26%27a%20Point3%3Cf64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><ahref='#impl-Rem%3C%26%27a%20Point3%3Cf64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-25'class="type"><codeid='Output.t-25'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>%</code> operator.</p>
</div></div><h3id='impl-Div%3CS%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><S> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Div%3CS%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#46-52'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-26'class="type"><codeid='Output.t-26'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><ahref='#impl-Div%3CPoint3%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-28'class="type"><codeid='Output.t-28'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-29'class="type"><codeid='Output.t-29'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cu8%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><ahref='#impl-Div%3CPoint3%3Cu8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-30'class="type"><codeid='Output.t-30'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cu8%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cu8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-31'class="type"><codeid='Output.t-31'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cu16%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><ahref='#impl-Div%3CPoint3%3Cu16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-32'class="type"><codeid='Output.t-32'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cu16%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cu16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-33'class="type"><codeid='Output.t-33'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cu32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><ahref='#impl-Div%3CPoint3%3Cu32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-34'class="type"><codeid='Output.t-34'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cu32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cu32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-35'class="type"><codeid='Output.t-35'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cu64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><ahref='#impl-Div%3CPoint3%3Cu64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-36'class="type"><codeid='Output.t-36'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cu64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cu64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-37'class="type"><codeid='Output.t-37'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cisize%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><ahref='#impl-Div%3CPoint3%3Cisize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-38'class="type"><codeid='Output.t-38'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cisize%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cisize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-39'class="type"><codeid='Output.t-39'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Ci8%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><ahref='#impl-Div%3CPoint3%3Ci8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-40'class="type"><codeid='Output.t-40'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Ci8%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Ci8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-41'class="type"><codeid='Output.t-41'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Ci16%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><ahref='#impl-Div%3CPoint3%3Ci16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-42'class="type"><codeid='Output.t-42'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Ci16%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Ci16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-43'class="type"><codeid='Output.t-43'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Ci32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><ahref='#impl-Div%3CPoint3%3Ci32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-44'class="type"><codeid='Output.t-44'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Ci32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Ci32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-45'class="type"><codeid='Output.t-45'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Ci64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><ahref='#impl-Div%3CPoint3%3Ci64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-46'class="type"><codeid='Output.t-46'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Ci64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Ci64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-47'class="type"><codeid='Output.t-47'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cf32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><ahref='#impl-Div%3CPoint3%3Cf32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-48'class="type"><codeid='Output.t-48'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cf32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cf32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-49'class="type"><codeid='Output.t-49'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3CPoint3%3Cf64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><ahref='#impl-Div%3CPoint3%3Cf64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-50'class="type"><codeid='Output.t-50'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Div%3C%26%27a%20Point3%3Cf64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><ahref='#impl-Div%3C%26%27a%20Point3%3Cf64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-51'class="type"><codeid='Output.t-51'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>/</code> operator.</p>
</div></div><h3id='impl-Add%3CVector3%3CS%3E%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><<aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Add%3CVector3%3CS%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#66-72'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-52'class="type"><codeid='Output.t-52'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code></h4><divclass='docblock'><p>The resulting type after applying the <code>+</code> operator.</p>
</div></div><h3id='impl-Sub%3CVector3%3CS%3E%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><<aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Sub%3CVector3%3CS%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#66-72'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-56'class="type"><codeid='Output.t-56'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code></h4><divclass='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div></div><h3id='impl-Sub%3CPoint3%3CS%3E%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Sub%3CPoint3%3CS%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#66-72'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-60'class="type"><codeid='Output.t-60'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Vector3.html"title="struct cgmath::Vector3">Vector3</a><S></code></h4><divclass='docblock'><p>The resulting type after applying the <code>-</code> operator.</p>
</div></div><h3id='impl-Mul%3CS%3E'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseNum.html"title="trait cgmath::BaseNum">BaseNum</a>><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><S> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Mul%3CS%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#46-52'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-64'class="type"><codeid='Output.t-64'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><ahref='#impl-Mul%3CPoint3%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-66'class="type"><codeid='Output.t-66'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-67'class="type"><codeid='Output.t-67'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cu8%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><ahref='#impl-Mul%3CPoint3%3Cu8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-68'class="type"><codeid='Output.t-68'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cu8%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cu8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-69'class="type"><codeid='Output.t-69'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cu16%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><ahref='#impl-Mul%3CPoint3%3Cu16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-70'class="type"><codeid='Output.t-70'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cu16%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cu16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-71'class="type"><codeid='Output.t-71'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cu32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><ahref='#impl-Mul%3CPoint3%3Cu32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-72'class="type"><codeid='Output.t-72'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cu32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cu32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-73'class="type"><codeid='Output.t-73'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cu64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><ahref='#impl-Mul%3CPoint3%3Cu64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-74'class="type"><codeid='Output.t-74'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cu64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cu64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-75'class="type"><codeid='Output.t-75'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cisize%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><ahref='#impl-Mul%3CPoint3%3Cisize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-76'class="type"><codeid='Output.t-76'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cisize%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cisize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-77'class="type"><codeid='Output.t-77'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.isize.html">isize</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Ci8%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><ahref='#impl-Mul%3CPoint3%3Ci8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-78'class="type"><codeid='Output.t-78'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Ci8%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Ci8%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-79'class="type"><codeid='Output.t-79'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i8.html">i8</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Ci16%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><ahref='#impl-Mul%3CPoint3%3Ci16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-80'class="type"><codeid='Output.t-80'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Ci16%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Ci16%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-81'class="type"><codeid='Output.t-81'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i16.html">i16</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Ci32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><ahref='#impl-Mul%3CPoint3%3Ci32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-82'class="type"><codeid='Output.t-82'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Ci32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Ci32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-83'class="type"><codeid='Output.t-83'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Ci64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><ahref='#impl-Mul%3CPoint3%3Ci64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-84'class="type"><codeid='Output.t-84'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Ci64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Ci64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-85'class="type"><codeid='Output.t-85'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cf32%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><ahref='#impl-Mul%3CPoint3%3Cf32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-86'class="type"><codeid='Output.t-86'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cf32%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cf32%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-87'class="type"><codeid='Output.t-87'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f32.html">f32</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3CPoint3%3Cf64%3E%3E'class='impl'><codeclass='in-band'>impl <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><<aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><ahref='#impl-Mul%3CPoint3%3Cf64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#102-108'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-88'class="type"><codeid='Output.t-88'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Mul%3C%26%27a%20Point3%3Cf64%3E%3E'class='impl'><codeclass='in-band'>impl<'a><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><&'a <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>>> for <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a></code><ahref='#impl-Mul%3C%26%27a%20Point3%3Cf64%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#110-116'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-89'class="type"><codeid='Output.t-89'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html#associatedtype.Output'class="type">Output</a> = <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.f64.html">f64</a>></code></h4><divclass='docblock'><p>The resulting type after applying the <code>*</code> operator.</p>
</div></div><h3id='impl-Index%3Cusize%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html"title="trait core::ops::index::Index">Index</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Index%3Cusize%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#240-247'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-90'class="type"><codeid='Output.t-90'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html#associatedtype.Output'class="type">Output</a> = S</code></h4><divclass='docblock'><p>The returned type after indexing.</p>
</div></div><h3id='impl-Index%3CRange%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html"title="trait core::ops::index::Index">Index</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/core/ops/range/struct.Range.html"title="struct core::ops::range::Range">Range</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Index%3CRange%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#240-247'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-91'class="type"><codeid='Output.t-91'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html#associatedtype.Output'class="type">Output</a> = <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[</a>S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a></code></h4><divclass='docblock'><p>The returned type after indexing.</p>
</div></div><h3id='impl-Index%3CRangeTo%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html"title="trait core::ops::index::Index">Index</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/core/ops/range/struct.RangeTo.html"title="struct core::ops::range::RangeTo">RangeTo</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Index%3CRangeTo%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#240-247'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-92'class="type"><codeid='Output.t-92'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html#associatedtype.Output'class="type">Output</a> = <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[</a>S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a></code></h4><divclass='docblock'><p>The returned type after indexing.</p>
</div></div><h3id='impl-Index%3CRangeFrom%3Cusize%3E%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html"title="trait core::ops::index::Index">Index</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/core/ops/range/struct.RangeFrom.html"title="struct core::ops::range::RangeFrom">RangeFrom</a><<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Index%3CRangeFrom%3Cusize%3E%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#240-247'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-93'class="type"><codeid='Output.t-93'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html#associatedtype.Output'class="type">Output</a> = <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[</a>S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a></code></h4><divclass='docblock'><p>The returned type after indexing.</p>
</div></div><h3id='impl-Index%3CRangeFull%3E'class='impl'><codeclass='in-band'>impl<S><aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html"title="trait core::ops::index::Index">Index</a><<aclass="struct"href="https://doc.rust-lang.org/nightly/core/ops/range/struct.RangeFull.html"title="struct core::ops::range::RangeFull">RangeFull</a>> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Index%3CRangeFull%3E'class='anchor'></a><aclass='srclink'href='../src/cgmath/macros.rs.html#240-247'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Output-94'class="type"><codeid='Output.t-94'>type <ahref='https://doc.rust-lang.org/nightly/core/ops/index/trait.Index.html#associatedtype.Output'class="type">Output</a> = <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[</a>S<aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a></code></h4><divclass='docblock'><p>The returned type after indexing.</p>
</div></div><h3id='impl-ApproxEq'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/trait.BaseFloat.html"title="trait cgmath::BaseFloat">BaseFloat</a>><aclass="trait"href="../cgmath/trait.ApproxEq.html"title="trait cgmath::ApproxEq">ApproxEq</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-ApproxEq'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#171-198'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Epsilon'class="type"><codeid='Epsilon.t'>type <ahref='../cgmath/trait.ApproxEq.html#associatedtype.Epsilon'class="type">Epsilon</a> = S::<aclass="type"href="../cgmath/trait.ApproxEq.html#associatedtype.Epsilon"title="type cgmath::ApproxEq::Epsilon">Epsilon</a></code></h4><divclass='docblock'><p>Used for specifying relative comparisons.</p>
</div><h4id='method.default_epsilon'class="method hidden"><codeid='default_epsilon.v'>fn <ahref='../cgmath/trait.ApproxEq.html#tymethod.default_epsilon'class='fnname'>default_epsilon</a>() -> S::<aclass="type"href="../cgmath/trait.ApproxEq.html#associatedtype.Epsilon"title="type cgmath::ApproxEq::Epsilon">Epsilon</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#175-177'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The default tolerance to use when testing values that are close together. <ahref="../cgmath/trait.ApproxEq.html#tymethod.default_epsilon">Read more</a></p>
</div><h4id='method.default_max_relative'class="method hidden"><codeid='default_max_relative.v'>fn <ahref='../cgmath/trait.ApproxEq.html#tymethod.default_max_relative'class='fnname'>default_max_relative</a>() -> S::<aclass="type"href="../cgmath/trait.ApproxEq.html#associatedtype.Epsilon"title="type cgmath::ApproxEq::Epsilon">Epsilon</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#180-182'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The default relative tolerance for testing values that are far-apart. <ahref="../cgmath/trait.ApproxEq.html#tymethod.default_max_relative">Read more</a></p>
</div><h4id='method.default_max_ulps'class="method hidden"><codeid='default_max_ulps.v'>fn <ahref='../cgmath/trait.ApproxEq.html#tymethod.default_max_ulps'class='fnname'>default_max_ulps</a>() -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#185-187'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>The default ULPs to tolerate when testing values that are far-apart. <ahref="../cgmath/trait.ApproxEq.html#tymethod.default_max_ulps">Read more</a></p>
</div><h4id='method.relative_eq'class="method hidden"><codeid='relative_eq.v'>fn <ahref='../cgmath/trait.ApproxEq.html#tymethod.relative_eq'class='fnname'>relative_eq</a>(<br> &self, <br> other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self, <br> epsilon: S::<aclass="type"href="../cgmath/trait.ApproxEq.html#associatedtype.Epsilon"title="type cgmath::ApproxEq::Epsilon">Epsilon</a>, <br> max_relative: S::<aclass="type"href="../cgmath/trait.ApproxEq.html#associatedtype.Epsilon"title="type cgmath::ApproxEq::Epsilon">Epsilon</a><br>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#190-192'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>A test for equality that uses a relative comparison if the values are far apart.</p>
</div><h4id='method.ulps_eq'class="method hidden"><codeid='ulps_eq.v'>fn <ahref='../cgmath/trait.ApproxEq.html#tymethod.ulps_eq'class='fnname'>ulps_eq</a>(&self, other: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>Self, epsilon: S::<aclass="type"href="../cgmath/trait.ApproxEq.html#associatedtype.Epsilon"title="type cgmath::ApproxEq::Epsilon">Epsilon</a>, max_ulps: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a>) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code><aclass='srclink'href='../src/cgmath/point.rs.html#195-197'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>A test for equality that uses units in the last place (ULP) if the values are far apart.</p>
</div></div><h3id='impl-Bounded'class='impl'><codeclass='in-band'>impl<S: <aclass="trait"href="../cgmath/prelude/trait.Bounded.html"title="trait cgmath::prelude::Bounded">Bounded</a>><aclass="trait"href="../cgmath/prelude/trait.Bounded.html"title="trait cgmath::prelude::Bounded">Bounded</a> for <aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><ahref='#impl-Bounded'class='anchor'></a><aclass='srclink'href='../src/cgmath/point.rs.html#200-210'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.min_value'class="method hidden"><codeid='min_value.v'>fn <ahref='../cgmath/prelude/trait.Bounded.html#tymethod.min_value'class='fnname'>min_value</a>() -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#202-204'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>returns the smallest finite number this type can represent</p>
</div><h4id='method.max_value'class="method hidden"><codeid='max_value.v'>fn <ahref='../cgmath/prelude/trait.Bounded.html#tymethod.max_value'class='fnname'>max_value</a>() -><aclass="struct"href="../cgmath/struct.Point3.html"title="struct cgmath::Point3">Point3</a><S></code><aclass='srclink'href='../src/cgmath/point.rs.html#207-209'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>returns the largest finite number this type can represent</p>
</div></div><h3id='impl-ToOwned'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html"title="trait alloc::borrow::ToOwned">ToOwned</a> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"title="trait core::clone::Clone">Clone</a>, </span></code><ahref='#impl-ToOwned'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#81-92'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Owned'class="type"><codeid='Owned.t'>type <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned'class="type">Owned</a> = T</code></h4><divclass='docblock'><p>The resulting type after obtaining ownership.</p>
</div><h4id='method.to_owned'class="method hidden"><codeid='to_owned.v'>fn <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned'class='fnname'>to_owned</a>(&self) -> T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#85-87'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Creates owned data from borrowed data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#tymethod.to_owned">Read more</a></p>
</div><h4id='method.clone_into'class="method hidden"><codeid='clone_into.v'>fn <ahref='https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into'class='fnname'>clone_into</a>(&self, target: <aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T)</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#89-91'title='goto source code'>[src]</a></h4><divclass='stability hidden'><divclass='stab unstable'><details><summary><spanclass='emoji'>🔬</span> This is a nightly-only experimental API. (<code>toowned_clone_into</code>)</summary><p>recently added</p>
</details></div></div><divclass='docblock hidden'><p>Uses borrowed data to replace owned data, usually by cloning. <ahref="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#method.clone_into">Read more</a></p>
</div></div><h3id='impl-TryFrom%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"title="trait core::convert::Into">Into</a><T>, </span></code><ahref='#impl-TryFrom%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#571-577'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Error'class="type"><codeid='Error.t'>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error'class="type">Error</a> = <aclass="enum"href="https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html"title="enum core::convert::Infallible">Infallible</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_from'class="method hidden"><codeid='try_from.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#tymethod.try_from'class='fnname'>try_from</a>(value: U) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><T, <T as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><U>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#574-576'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-TryInto%3CU%3E'class='impl'><codeclass='in-band'>impl<T, U><aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"title="trait core::convert::TryInto">TryInto</a><U> for T <spanclass="where fmt-newline">where<br> U: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>, </span></code><ahref='#impl-TryInto%3CU%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#559-566'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='associatedtype.Error-1'class="type"><codeid='Error.t-1'>type <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.Error'class="type">Error</a> = <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a></code></h4><divclass='docblock'><p>The type returned in the event of a conversion error.</p>
</div><h4id='method.try_into'class="method hidden"><codeid='try_into.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#tymethod.try_into'class='fnname'>try_into</a>(self) -><aclass="enum"href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"title="enum core::result::Result">Result</a><U, <U as <aclass="trait"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"title="trait core::convert::TryFrom">TryFrom</a><T>>::<aclass="type"href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"title="type core::convert::TryFrom::Error">Error</a>></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/convert.rs.html#563-565'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Performs the conversion.</p>
</div></div><h3id='impl-BorrowMut%3CT%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html"title="trait core::borrow::BorrowMut">BorrowMut</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-BorrowMut%3CT%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#218-220'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.borrow_mut'class="method hidden"><codeid='borrow_mut.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut'class='fnname'>borrow_mut</a>(&mut self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut </a>T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#219'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Mutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></p>
</div></div><h3id='impl-Borrow%3CT%3E'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html"title="trait core::borrow::Borrow">Borrow</a><T> for T <spanclass="where fmt-newline">where<br> T: ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-Borrow%3CT%3E'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#213-215'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.borrow'class="method hidden"><codeid='borrow.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow'class='fnname'>borrow</a>(&self) -><aclass="primitive"href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&</a>T</code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#214'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Immutably borrows from an owned value. <ahref="https://doc.rust-lang.org/nightly/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></p>
</div></div><h3id='impl-Any'class='impl'><codeclass='in-band'>impl<T><aclass="trait"href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html"title="trait core::any::Any">Any</a> for T <spanclass="where fmt-newline">where<br> T: 'static + ?<aclass="trait"href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"title="trait core::marker::Sized">Sized</a>, </span></code><ahref='#impl-Any'class='anchor'></a><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#100-102'title='goto source code'>[src]</a></h3><divclass='impl-items'><h4id='method.type_id'class="method hidden"><codeid='type_id.v'>fn <ahref='https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id'class='fnname'>type_id</a>(&self) -><aclass="struct"href="https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html"title="struct core::any::TypeId">TypeId</a></code><aclass='srclink'href='https://doc.rust-lang.org/nightly/src/core/any.rs.html#101'title='goto source code'>[src]</a></h4><divclass='docblock hidden'><p>Gets the <code>TypeId</code> of <code>self</code>. <ahref="https://doc.rust-lang.org/nightly/core/any/trait.Any.html#tymethod.type_id">Read more</a></p>
</div></div><h3id='impl-NumOps%3CRhs%2C%20Output%3E'class='impl'><codeclass='in-band'>impl<T, Rhs, Output><aclass="trait"href="../num_traits/trait.NumOps.html"title="trait num_traits::NumOps">NumOps</a><Rhs, Output> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Sub.html"title="trait core::ops::arith::Sub">Sub</a><Rhs, Output = Output> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Mul.html"title="trait core::ops::arith::Mul">Mul</a><Rhs, Output = Output> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Div.html"title="trait core::ops::arith::Div">Div</a><Rhs, Output = Output> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Add.html"title="trait core::ops::arith::Add">Add</a><Rhs, Output = Output> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.Rem.html"title="trait core::ops::arith::Rem">Rem</a><Rhs, Output = Output>, </span></code><ahref='#impl-NumOps%3CRhs%2C%20Output%3E'class='anchor'></a><aclass='srclink'href='../src/num_traits/lib.rs.html#93-100'title='goto source code'>[src]</a></h3><divclass='impl-items'></div><h3id='impl-NumAssignOps%3CRhs%3E'class='impl'><codeclass='in-band'>impl<T, Rhs><aclass="trait"href="../num_traits/trait.NumAssignOps.html"title="trait num_traits::NumAssignOps">NumAssignOps</a><Rhs> for T <spanclass="where fmt-newline">where<br> T: <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.AddAssign.html"title="trait core::ops::arith::AddAssign">AddAssign</a><Rhs> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.SubAssign.html"title="trait core::ops::arith::SubAssign">SubAssign</a><Rhs> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.MulAssign.html"title="trait core::ops::arith::MulAssign">MulAssign</a><Rhs> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.DivAssign.html"title="trait core::ops::arith::DivAssign">DivAssign</a><Rhs> + <aclass="trait"href="https://doc.rust-lang.org/nightly/core/ops/arith/trait.RemAssign.html"title="trait core::ops::arith::RemAssign">RemAssign</a><Rhs>, </span></code><ahref='#impl-NumAssignOps%3CRhs%3E'class='anchor'></a><aclass='srclink'href='../src/num_traits/lib.rs.html#124-127'title='goto source code'>[src]</a></h3><divclass='impl-items'></div></div></section><sectionid="search"class="content hidden"></section><sectionclass="footer"></section><asideid="help"class="hidden"><div><h1class="hidden">Help</h1><divclass="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd>↑</kbd></dt><dd>Move up in search results</dd><dt><kbd>↓</kbd></dt><dd>Move down in search results</dd><dt><kbd>↹</kbd></dt><dd>Switch tab</dd><dt><kbd>⏎</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><divclass="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g., <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g., <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath="../";window.currentCrate="cgmath";</script><scriptsrc="../aliases.js"></script><scriptsrc="../main.js"></script><scriptdefersrc="../search-index.js"></scr